/external/vixl/examples/aarch32/ |
D | examples.h | 72 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/ |
D | stabs_reader.cc | 224 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/ |
D | source_line_resolver_base_types.h | 86 MemAddr function_address, in Function() 90 : name(function_name), address(function_address), size(code_size), in Function()
|
D | basic_source_line_resolver_types.h | 61 MemAddr function_address, in Function() 65 function_address, in Function()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadPlanCallFunctionUsingABI.h | 32 const Address &function_address,
|
D | Target.h | 1074 const Address &function_address,
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangFunctionCaller.h | 115 const Address &function_address,
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | FunctionCaller.h | 82 const Address &function_address,
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 112 const Address *function_address = GetPrintForDebuggerAddr(); in GetObjectDescription() local 113 if (!function_address) in GetObjectDescription() 170 eLanguageTypeObjC, return_compiler_type, *function_address, in GetObjectDescription()
|
D | AppleObjCRuntimeV2.cpp | 1313 Address function_address; in UpdateISAToDescriptorMapDynamic() local 1557 Address function_address; in UpdateISAToDescriptorMapSharedCache() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 244 auto* function_address = \ in RegisterKnownJITSymbols() 247 function_address, "Host"); \ in RegisterKnownJITSymbols()
|
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestLldbGdbServer.py | 1096 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/ |
D | stack_sampling_profiler_unittest.cc | 517 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/ |
D | gdbremote_testcase.py | 1471 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/ |
D | TypeSystem.h | 461 const Address &function_address, in GetFunctionCaller() argument
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 1138 const Address &function_address,
|
D | TypeSystemClang.cpp | 9604 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/ |
D | Target.cpp | 2278 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/ |
D | macro-assembler-aarch64.h | 7283 uintptr_t function_address = reinterpret_cast<uintptr_t>(function); in CallRuntimeHelper() local 7299 dc(function_address); in CallRuntimeHelper()
|
D | simulator-aarch64.cc | 11879 uintptr_t function_address = in DoRuntimeCall() local 11890 runtime_call_wrapper(this, function_address); in DoRuntimeCall()
|