HomeSort by relevance Sort by last modified time
    Searched defs:entry_point (Results 1 - 25 of 28) sorted by null

1 2

  /external/vixl/test/
test-utils.cc 52 uintptr_t entry_point = reinterpret_cast<uintptr_t>(buffer); local
53 entry_point += offset;
54 memcpy(&test_function, &entry_point, sizeof(test_function));
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
symbol.s 8 $entry_point:
  /external/tensorflow/tensorflow/compiler/aot/
compile.h 37 string entry_point; // Name of generated function. member in struct:tensorflow::tfcompile::CompileResult
flags.h 35 string entry_point; member in struct:tensorflow::tfcompile::MainFlags
  /art/runtime/
oat_quick_method_header.cc 42 const void* entry_point = GetEntryPoint(); local
43 uint32_t sought_offset = pc - reinterpret_cast<uintptr_t>(entry_point);
59 << "(PC " << reinterpret_cast<void*>(pc) << ", entry_point=" << entry_point
60 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode()
70 const void* entry_point = GetEntryPoint(); local
84 return reinterpret_cast<uintptr_t>(entry_point) +
stack.cc 743 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method, local
745 CHECK(class_linker->IsQuickGenericJniStub(entry_point) ||
749 runtime->GetJit()->GetCodeCache()->ContainsPc(entry_point))) << method->PrettyMethod();
    [all...]
  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 34 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 84 * @entry_point: The offset within the guest IMA to start execution
92 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fsl_hypervisor.h 83 * @entry_point: The offset within the guest IMA to start execution
91 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate.cpp 163 const auto entry_point = inst->words[2]; local
164 _.RegisterEntryPointId(entry_point);
167 _.RegisterInterfaceForEntryPoint(entry_point,
309 for (const auto& entry_point : vstate->entry_points()) {
310 if (vstate->IsFunctionCallTarget(entry_point)) {
312 << "A function (" << entry_point
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
plat_startup.c 57 uint64_t entry_point; member in struct:xfsbl_partition
193 ATFHandoffParams->partition[i].entry_point,
255 ATFHandoffParams->partition[i].entry_point,
257 image->pc = ATFHandoffParams->partition[i].entry_point;
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 132 nir_function *entry_point = local
136 nir_shader *nir = entry_point->shader;
152 if (func != entry_point)
156 entry_point->name = ralloc_strdup(entry_point, "main");
170 entry_point->impl, true, false);
183 nir_shader_gather_info(nir, entry_point->impl);
    [all...]
  /external/syslinux/efi/
wrapper.h 62 __uint32_t entry_point; member in struct:optional_hdr
77 __uint32_t entry_point; member in struct:optional_hdr_pe32p
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 164 nir_function *entry_point; local
175 entry_point = exec_node_data(nir_function, node, node);
199 entry_point = spirv_to_nir(spirv, module->size / 4,
202 nir = entry_point->shader;
218 if (func != entry_point)
222 entry_point->name = ralloc_strdup(entry_point, "main");
239 nir_shader_gather_info(nir, entry_point->impl);
    [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_private.h 382 struct vtn_value *entry_point; member in struct:vtn_builder
spirv_to_nir.c 2688 struct vtn_value *entry_point = &b->values[w[2]]; local
3246 nir_function *entry_point = b->entry_point->func->impl->function; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 69 static char *entry_point; variable
700 entry_point = optarg;
904 if (! entry_point || strlen (entry_point) == 0)
927 entry_point =
930 sprintf (entry_point, "%s%s%s", prefix, name_entry, postfix);
933 dyn_string_append_cstr (driver_cmdline, entry_point);
936 (entry_point[0] == '_') ? entry_point+1 : entry_point);
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 1273 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); local
    [all...]
  /external/v8/src/
log.cc 968 Address entry_point) {
974 msg.AppendAddress(entry_point);
995 void Logger::CallbackEvent(Name* name, Address entry_point) {
996 CallbackEventInternal("", name, entry_point);
1000 void Logger::GetterCallbackEvent(Name* name, Address entry_point) {
1001 CallbackEventInternal("get ", name, entry_point);
1005 void Logger::SetterCallbackEvent(Name* name, Address entry_point) {
1006 CallbackEventInternal("set ", name, entry_point);
1627 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 134 enum pipe_video_entrypoint entry_point; member in struct:pipe_picture_desc
  /art/compiler/optimizing/
code_generator_arm64.cc 4339 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); local
4522 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); local
    [all...]
code_generator_arm_vixl.cc 3641 uint32_t entry_point = local
8984 uint32_t entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset( local
    [all...]
code_generator_mips.cc 7636 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsPointerSize); local
7904 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsPointerSize); local
    [all...]
  /art/oatdump/
oatdump.cc 308 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); local
310 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point));
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 383 VAEntrypoint entry_point; member in struct:object_context_s

Completed in 1718 milliseconds

1 2