Home
last modified time | relevance | path

Searched refs:function_base (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/google-breakpad/src/processor/
H A Dfast_source_line_resolver.cc84 MemAddr function_base; in LookupAddress() local
89 &function_base, &function_size) && in LookupAddress()
90 address >= function_base && address - function_base < function_size) { in LookupAddress()
93 frame->function_base = frame->module->base_address() + function_base; in LookupAddress()
115 (!func_ptr || public_address > function_base)) { in LookupAddress()
118 frame->function_base = frame->module->base_address() + public_address; in LookupAddress()
158 new_frame->function_base = new_frame->module->base_address(); in ConstructInlineFrames()
161 new_frame->function_base += range.first; in ConstructInlineFrames()
306 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
308 &function_base, &function_size) && in FindWindowsFrameInfo()
[all …]
H A Dbasic_source_line_resolver.cc277 new_frame->function_base = new_frame->module->base_address(); in ConstructInlineFrames()
280 new_frame->function_base += range.first; in ConstructInlineFrames()
317 MemAddr function_base; in LookupAddress() local
320 if (functions_.RetrieveNearestRange(address, &func, &function_base, in LookupAddress()
322 address >= function_base && address - function_base < function_size) { in LookupAddress()
324 frame->function_base = frame->module->base_address() + function_base; in LookupAddress()
345 (!func.get() || public_address > function_base)) { in LookupAddress()
347 frame->function_base = frame->module->base_address() + public_address; in LookupAddress()
380 MemAddr function_base, function_size; in FindWindowsFrameInfo() local
381 if (functions_.RetrieveNearestRange(address, &function, &function_base, in FindWindowsFrameInfo()
[all …]
H A Dfast_source_line_resolver_unittest.cc225 ASSERT_EQ(frame.function_base, 0U); in TEST_F()
236 ASSERT_EQ(frame.function_base, 0x1000U); in TEST_F()
389 ASSERT_EQ(frame.function_base, 0x2170U); in TEST_F()
439 ASSERT_EQ(frame.function_base, 0x15b30U); in TEST_F()
449 ASSERT_EQ(inlined_frames[2]->function_base, 0x15b45U); in TEST_F()
456 ASSERT_EQ(inlined_frames[1]->function_base, 0x15b72U); in TEST_F()
463 ASSERT_EQ(inlined_frames[0]->function_base, 0x15b83U); in TEST_F()
491 ASSERT_EQ(frame.function_base, 0x15b30U); in TEST_F()
501 ASSERT_EQ(inlined_frames[2]->function_base, 0x15b45U); in TEST_F()
508 ASSERT_EQ(inlined_frames[1]->function_base, 0x15b72U); in TEST_F()
[all …]
H A Dstackwalker_address_list_unittest.cc185 ASSERT_EQ(0x50003000u, frames->at(0)->function_base); in TEST_F()
191 ASSERT_EQ(0x50002000u, frames->at(1)->function_base); in TEST_F()
194 ASSERT_EQ(0x50001000u, frames->at(2)->function_base); in TEST_F()
197 ASSERT_EQ(0x40002000u, frames->at(3)->function_base); in TEST_F()
200 ASSERT_EQ(0x40001000u, frames->at(4)->function_base); in TEST_F()
H A Dbasic_source_line_resolver_unittest.cc197 ASSERT_EQ(frame.function_base, 0U); in TEST_F()
208 ASSERT_EQ(frame.function_base, 0x1000U); in TEST_F()
362 ASSERT_EQ(frame.function_base, 0x2170U); in TEST_F()
437 ASSERT_EQ(frame.function_base, 0x15b30U); in TEST_F()
447 ASSERT_EQ(inlined_frames[2]->function_base, 0x15b45U); in TEST_F()
454 ASSERT_EQ(inlined_frames[1]->function_base, 0x15b72U); in TEST_F()
461 ASSERT_EQ(inlined_frames[0]->function_base, 0x15b83U); in TEST_F()
482 ASSERT_EQ(frame.function_base, 0x15b30U); in TEST_F()
492 ASSERT_EQ(inlined_frames[2]->function_base, 0x15b45U); in TEST_F()
499 ASSERT_EQ(inlined_frames[1]->function_base, 0x15b72U); in TEST_F()
[all …]
H A Dstackwalker_amd64_unittest.cc362 EXPECT_EQ(0x00007400c0000100ULL, frame0->function_base); in TEST_F()
374 EXPECT_EQ(0x00007500b0000100ULL, frame1->function_base); in TEST_F()
729 EXPECT_EQ(0x00007400c0000100ULL, frame0->function_base); in TEST_F()
741 EXPECT_EQ(0x00007500b0000100ULL, frame1->function_base); in TEST_F()
809 EXPECT_EQ(0x00007400c0004000ULL, frame0->function_base); in CheckWalk()
H A Dstackwalker_mips64_unittest.cc368 EXPECT_EQ(0x00400100U, frame0->function_base); in TEST_F()
380 EXPECT_EQ(0x00500100U, frame1->function_base); in TEST_F()
618 EXPECT_EQ(0x00404000U, frame0->function_base); in CheckWalk()
648 EXPECT_EQ(0x00405000U, frame1->function_base); in CheckWalk()
H A Dstackwalker_mips_unittest.cc362 EXPECT_EQ(0x00400100U, frame0->function_base); in TEST_F()
374 EXPECT_EQ(0x00500100U, frame1->function_base); in TEST_F()
609 EXPECT_EQ(0x00404000U, frame0->function_base); in CheckWalk()
639 EXPECT_EQ(0x00405000U, frame1->function_base); in CheckWalk()
H A Dstackwalker_arm_unittest.cc340 EXPECT_EQ(0x40000100U, frame0->function_base); in TEST_F()
350 EXPECT_EQ(0x50000100U, frame1->function_base); in TEST_F()
575 EXPECT_EQ(0x40004000U, frame0->function_base); in CheckWalk()
968 EXPECT_EQ(0x40004000U, frame1->function_base); in TEST_F()
H A Dstackwalker_riscv64_unittest.cc320 EXPECT_EQ(0x40000100ULL, frame0->function_base); in TEST_F()
330 EXPECT_EQ(0x50000100ULL, frame1->function_base); in TEST_F()
657 EXPECT_EQ(0x0000000040004000UL, frame0->function_base); in CheckWalk()
H A Dstackwalker_arm64_unittest.cc319 EXPECT_EQ(0x40000100ULL, frame0->function_base); in TEST_F()
329 EXPECT_EQ(0x50000100ULL, frame1->function_base); in TEST_F()
652 EXPECT_EQ(0x0000000040004000UL, frame0->function_base); in CheckWalk()
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunctionInternal.h223 class function_base;
228 class function_base<inline_target_size, requireInline, Result(Args...)> {
250 function_base() { initialize_null_target(); }
252 function_base(decltype(nullptr)) { initialize_null_target(); }
254 function_base(Result (*target)(Args...)) { initialize_target(target); }
260 function_base(Callable&& target) {
264 function_base(function_base&& other) { move_target_from(std::move(other)); }
266 ~function_base() { destroy_target(); }
354 void assign(function_base&& other) {
359 void swap(function_base& other) {
[all …]
DFunction.h178 function_base<inlineTargetSize, requireInline, Result(Args...)> {
180 function_base<inlineTargetSize, requireInline, Result(Args...)>;
184 function_base<inlineTargetSize, requireInline, Result(Args...)>;
351 function_base<inlineTargetSize, requireInline, Result(Args...)> {
353 function_base<inlineTargetSize, requireInline, Result(Args...)>;
357 function_base<inlineTargetSize, requireInline, Result(Args...)>;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_base.hpp600 class function_base class
603 function_base() : vtable(0) { } in function_base() function in boost::function_base
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
734 const function_base& f) in operator !=()
743 inline bool operator==(const function_base& f, Functor g) in operator ==()
750 inline bool operator==(Functor g, const function_base& f) in operator ==()
757 inline bool operator!=(const function_base& f, Functor g) in operator !=()
764 inline bool operator!=(Functor g, const function_base& f) in operator !=()
[all …]
Dfunction_template.hpp662 class BOOST_FUNCTION_FUNCTION : public function_base
706 BOOST_DEFAULTED_FUNCTION(BOOST_FUNCTION_FUNCTION(), : function_base() {}) in BOOST_FUNCTION_FUNCTION()
718 function_base()
730 function_base() in BOOST_FUNCTION_FUNCTION()
736 BOOST_FUNCTION_FUNCTION(clear_type*) : function_base() { } in BOOST_FUNCTION_FUNCTION()
738 BOOST_FUNCTION_FUNCTION(int zero) : function_base() in BOOST_FUNCTION_FUNCTION()
744 BOOST_FUNCTION_FUNCTION(const BOOST_FUNCTION_FUNCTION& f) : function_base() in BOOST_FUNCTION_FUNCTION()
750 BOOST_FUNCTION_FUNCTION(BOOST_FUNCTION_FUNCTION&& f) : function_base() in BOOST_FUNCTION_FUNCTION()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp242 struct function_base struct
244 virtual ~function_base() {} in ~function_base() argument
250 virtual function_base* clone() const = 0;
254 struct stored_function : function_base
261 virtual function_base* clone() const;
265 struct referenced_function : function_base
272 virtual function_base* clone() const;
439 utree(function_base const&);
440 reference operator=(function_base const&);
441 utree(function_base*);
[all …]
Doperators.hpp118 bool operator()(function_base const&, function_base const&) const in operator ()()
188 bool operator()(function_base const&, function_base const&) const in operator ()()
275 void operator()(function_base const&) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
68 void (*execute_)(std::shared_ptr<function_base>& p); argument
86 std::shared_ptr<function_base>& p) in execute()
122 void do_execute(std::shared_ptr<function_base> p, in do_execute()
150 std::queue<std::shared_ptr<function_base>> queue_;
203 struct function : fork_join_pool::function_base
209 execute_ = [](std::shared_ptr<fork_join_pool::function_base>& p) in function()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dfork_join.cpp65 struct function_base struct in fork_join_pool
68 void (*execute_)(std::shared_ptr<function_base>& p); argument
86 std::shared_ptr<function_base>& p) in execute()
122 void do_execute(std::shared_ptr<function_base> p, in do_execute()
150 std::queue<std::shared_ptr<function_base>> queue_;
203 struct function : fork_join_pool::function_base
209 execute_ = [](std::shared_ptr<fork_join_pool::function_base>& p) in function()
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/internal/
H A Dfunction.h406 class function_base;
412 class function_base<inline_target_size, require_inline, Result(Args...), Allocator>
433 ~function_base() = default;
438 constexpr function_base() = default;
440 constexpr function_base(decltype(nullptr)) : function_base() {}
442 function_base(Result (*function_target)(Args...)) { initialize_target(function_target); }
447 function_base(Callable&& target) {
451 function_base(function_base&&) noexcept = default;
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Dfunction.h189 : private ::fit::internal::function_base<inline_target_size, require_inline, Result(Args...),
191 using base = ::fit::internal::function_base<inline_target_size, require_inline, Result(Args...),
363 : private ::fit::internal::function_base<inline_target_size, require_inline, Result(Args...),
365 using base = ::fit::internal::function_base<inline_target_size, require_inline, Result(Args...),
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h64 function_base(), in StackFrame()
132 uint64_t function_base; member
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h170 inline void ByteReader::SetFunctionBase(uint64_t function_base) { in SetFunctionBase() argument
171 function_base_ = function_base; in SetFunctionBase()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp664 function_base*
694 function_base*
792 inline utree::utree(function_base const& pf_) in utree()
799 inline utree::utree(function_base* pf_) in utree()
949 inline utree& utree::operator=(function_base const& pf_) in operator =()
957 inline utree& utree::operator=(function_base* pf_) in operator =()
/aosp_15_r20/external/pigweed/third_party/fuchsia/
H A Dpigweed_adaptations.patch45 @@ -510,7 +512,8 @@ class function_base<inline_target_size, require_inline, Result(Args...), Allocat
55 @@ -540,7 +543,7 @@ class function_base<inline_target_size, require_inline, Result(Args...), Allocat
64 @@ -570,7 +573,7 @@ class function_base<inline_target_size, require_inline, Result(Args...), Allocat

12