Searched refs:function_address (Results 1 – 12 of 12) sorted by relevance
/external/sandboxed-api/sandboxed_api/sandbox2/util/ |
D | minielf_test.cc | 69 uint64_t function_address = reinterpret_cast<uint64_t>(&ExportedFunction); in TEST() local 71 absl::c_find_if(maps, [function_address](const MapsEntry& entry) { in TEST() 72 return entry.start <= function_address && entry.end > function_address; in TEST() 82 function_address -= entry->start - entry->pgoff; in TEST() 83 EXPECT_THAT(function_symbol->address, Eq(function_address)); in TEST()
|
/external/OpenCL-ICD-Loader/loader/ |
D | icd_dispatch.c | 232 void* function_address = NULL; in clGetExtensionFunctionAddress_body() local 239 function_address = khrIcdGetExtensionFunctionAddress(function_name); in clGetExtensionFunctionAddress_body() 240 if (function_address) in clGetExtensionFunctionAddress_body() 242 return function_address; in clGetExtensionFunctionAddress_body() 291 void* function_address = NULL; in clGetExtensionFunctionAddressForPlatform_body() local 296 function_address = khrIcdGetExtensionFunctionAddress(function_name); in clGetExtensionFunctionAddressForPlatform_body() 297 if (function_address) in clGetExtensionFunctionAddressForPlatform_body() 299 return function_address; in clGetExtensionFunctionAddressForPlatform_body()
|
/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/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 | 228 uint64_t function_address = iterator_->value; in ProcessFunction() local 237 if (! handler_->StartFunction(name, function_address)) in ProcessFunction() 255 uint64_t line_address = function_address + iterator_->value; in ProcessFunction() 281 ending_address = function_address + iterator_->value; in ProcessFunction()
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver_types.h | 60 MemAddr function_address, in Function() 65 function_address, in Function()
|
D | source_line_resolver_base_types.h | 126 MemAddr function_address, in Function() 130 : name(function_name), address(function_address), size(code_size), 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 | 8837 uintptr_t function_address = reinterpret_cast<uintptr_t>(function); in CallRuntimeHelper() local 8853 dc(function_address); in CallRuntimeHelper()
|
D | simulator-aarch64.cc | 15146 VIXL_DEFINE_OR_RETURN(function_address, in DoRuntimeCall() 15158 runtime_call_wrapper(this, function_address); in DoRuntimeCall()
|