Searched refs:function_address (Results 1 – 10 of 10) sorted by relevance
/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/vixl/examples/aarch64/ |
D | executable-memory.h | 75 T function_address; in GetOffsetAddress() local 79 memcpy(&function_address, &buffer_address, sizeof(T)); in GetOffsetAddress() 80 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/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 266 auto* function_address = \ in RegisterKnownJITSymbols() 269 function_address, "Host"); \ in RegisterKnownJITSymbols()
|
/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/tensorflow/tensorflow/core/profiler/backends/gpu/ |
D | rocm_tracer.cc | 525 const void* func_addr = data->args.hipLaunchKernel.function_address; in AddKernelEventUponApiExit()
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 8432 uintptr_t function_address = reinterpret_cast<uintptr_t>(function); in CallRuntimeHelper() local 8448 dc(function_address); in CallRuntimeHelper()
|
D | simulator-aarch64.cc | 13994 uintptr_t function_address = in DoRuntimeCall() local 14005 runtime_call_wrapper(this, function_address); in DoRuntimeCall()
|