Home
last modified time | relevance | path

Searched refs:function_address (Results 1 – 20 of 20) sorted by relevance

/external/vixl/examples/aarch32/
Dexamples.h72 T function_address; in GetOffsetAddress() local
74 memcpy(&function_address, &buffer_address, sizeof(T)); in GetOffsetAddress()
75 return function_address; in GetOffsetAddress()
/external/google-breakpad/src/common/
Dstabs_reader.cc224 uint64_t function_address = iterator_->value; in ProcessFunction() local
233 if (! handler_->StartFunction(name, function_address)) in ProcessFunction()
251 uint64_t line_address = function_address + iterator_->value; in ProcessFunction()
277 ending_address = function_address + iterator_->value; in ProcessFunction()
/external/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h86 MemAddr function_address, in Function()
90 : name(function_name), address(function_address), size(code_size), in Function()
Dbasic_source_line_resolver_types.h61 MemAddr function_address, in Function()
65 function_address, in Function()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanCallFunctionUsingABI.h32 const Address &function_address,
DTarget.h1074 const Address &function_address,
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.h115 const Address &function_address,
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h82 const Address &function_address,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp112 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local
113 if (!function_address) in GetObjectDescription()
170 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
DAppleObjCRuntimeV2.cpp1313 Address function_address; in UpdateISAToDescriptorMapDynamic() local
1557 Address function_address; in UpdateISAToDescriptorMapSharedCache() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc244 auto* function_address = \ in RegisterKnownJITSymbols()
247 function_address, "Host"); \ in RegisterKnownJITSymbols()
/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestLldbGdbServer.py1096 function_address = int(context.get("function_address"), 16)
1117 function_address,
1161 self.assertEqual(returned_pc, function_address)
1169 function_address,
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc517 const void* MaybeFixupFunctionAddressForILT(const void* function_address) { in MaybeFixupFunctionAddressForILT() argument
520 reinterpret_cast<const unsigned char*>(function_address); in MaybeFixupFunctionAddressForILT()
530 return function_address; in MaybeFixupFunctionAddressForILT()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py1471 function_address = int(context.get("function_address"), 16)
1488 function_address,
1497 function_address, breakpoint_kind=BREAKPOINT_KIND)
/external/llvm-project/lldb/include/lldb/Symbol/
DTypeSystem.h461 const Address &function_address, in GetFunctionCaller() argument
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1138 const Address &function_address,
DTypeSystemClang.cpp9604 const CompilerType &return_type, const Address &function_address, in GetFunctionCaller() argument
9614 return new ClangFunctionCaller(*process, return_type, function_address, in GetFunctionCaller()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2278 const Address &function_address, const ValueList &arg_value_list, in GetFunctionCallerForLanguage() argument
2290 return_type, function_address, arg_value_list, name); in GetFunctionCallerForLanguage()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h7283 uintptr_t function_address = reinterpret_cast<uintptr_t>(function); in CallRuntimeHelper() local
7299 dc(function_address); in CallRuntimeHelper()
Dsimulator-aarch64.cc11879 uintptr_t function_address = in DoRuntimeCall() local
11890 runtime_call_wrapper(this, function_address); in DoRuntimeCall()