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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
star_view.cc 39 BookmarkEntryPoint entry_point = BOOKMARK_ENTRY_POINT_STAR_MOUSE; local
42 entry_point = BOOKMARK_ENTRY_POINT_STAR_MOUSE;
45 entry_point = BOOKMARK_ENTRY_POINT_STAR_KEY;
48 entry_point = BOOKMARK_ENTRY_POINT_STAR_GESTURE;
52 entry_point,
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_main.cc 27 explicit PluginMainDelegate(EntryPointType entry_point)
28 : entry_point_(entry_point) {
83 EntryPointType entry_point = local
84 reinterpret_cast<EntryPointType>(image.entry_point());
86 kStackSize, new PluginMainDelegate(entry_point))) {
elf_loader.cc 259 uintptr_t ElfImage::entry_point() const { function in class:nacl::nonsfi::ElfImage
261 LOG(DFATAL) << "entry_point must be called after Read().";
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 19 std::string * entry_point,
22 DCHECK(entry_point);
24 if (!dll_name || !entry_point || !log_file)
40 *entry_point = std::string(entry_point_wide.begin(), entry_point_wide.end());
128 std::string dll_name, entry_point; local
132 &entry_point,
162 (lpfnInit) ::GetProcAddress(dll_module, entry_point.c_str());
main_ui_window.cc 323 wchar_t entry_point[MAX_PATH]; local
328 entry_point, MAX_PATH);
359 entry_point_ = entry_point;
  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /development/ndk/platforms/android-L/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /external/chromium_org/sandbox/win/src/
target_process.cc 48 void* GetBaseAddress(const wchar_t* exe_name, void* entry_point) {
59 char* base = reinterpret_cast<char*>(entry_point) -
186 void* entry_point = reinterpret_cast<void*>(context.Rcx); local
191 void* entry_point = reinterpret_cast<void*>(context.Eax); local
201 base_address_ = GetBaseAddress(exe_path, entry_point);
  /external/kernel-headers/original/uapi/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
  /art/runtime/mirror/
art_method.cc 153 const void* entry_point = GetQuickOatEntryPoint(sizeof(void*)); local
154 MappingTable table(entry_point != nullptr ?
155 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr);
162 uint32_t sought_offset = pc - reinterpret_cast<uintptr_t>(entry_point);
179 << "(PC " << reinterpret_cast<void*>(pc) << ", entry_point=" << entry_point
186 const void* entry_point = GetQuickOatEntryPoint(sizeof(void*)); local
187 MappingTable table(entry_point != nullptr ?
188 GetMappingTable(EntryPointToCodePointer(entry_point), sizeof(void*)) : nullptr);
197 return reinterpret_cast<uintptr_t>(entry_point) + cur.NativePcOffset()
    [all...]
art_method-inl.h 234 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this, pointer_size); local
238 DCHECK_NE(entry_point, runtime->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline());
239 if (UNLIKELY(entry_point == GetQuickToInterpreterBridge()) ||
240 UNLIKELY(entry_point == runtime->GetClassLinker()->GetQuickGenericJniTrampoline())) {
243 return entry_point;
377 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(this, sizeof(void*)); local
381 DCHECK(entry_point != runtime->GetClassLinker()->GetQuickToInterpreterBridgeTrampoline());
382 CHECK(entry_point != GetQuickToInterpreterBridge());
384 if (UNLIKELY(entry_point == runtime->GetClassLinker()->GetQuickGenericJniTrampoline())) {
402 const void* code_pointer = EntryPointToCodePointer(entry_point);
    [all...]
  /external/chromium_org/v8/src/
log.cc 1119 Address entry_point) {
1125 msg.AppendAddress(entry_point);
1734 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /art/runtime/
thread.cc 2119 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(m, sizeof(void*)); local
    [all...]

Completed in 2692 milliseconds