Lines Matching refs:GetByteSize
47 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in GetNonCallSiteUnwindPlanFromAssembly()
54 std::vector<uint8_t> function_text(func.GetByteSize()); in GetNonCallSiteUnwindPlanFromAssembly()
57 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in GetNonCallSiteUnwindPlanFromAssembly()
58 error) == func.GetByteSize()) { in GetNonCallSiteUnwindPlanFromAssembly()
62 function_text.data(), func.GetByteSize(), func, unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly()
151 if (!func.GetBaseAddress().IsValid() || func.GetByteSize() == 0) in AugmentUnwindPlanFromCallSite()
155 std::vector<uint8_t> function_text(func.GetByteSize()); in AugmentUnwindPlanFromCallSite()
158 func.GetBaseAddress(), function_text.data(), func.GetByteSize(), in AugmentUnwindPlanFromCallSite()
159 error) == func.GetByteSize()) { in AugmentUnwindPlanFromCallSite()
163 function_text.data(), func.GetByteSize(), func, unwind_plan, reg_ctx); in AugmentUnwindPlanFromCallSite()
220 std::vector<uint8_t> function_text(func.GetByteSize()); in FirstNonPrologueInsn()
223 func.GetByteSize(), error) == func.GetByteSize()) { in FirstNonPrologueInsn()
226 function_text.data(), func.GetByteSize(), offset)) { in FirstNonPrologueInsn()