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

1 2

  /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/libunwind/src/ppc64/
get_func_addr.c 32 unw_word_t *entry_point)
41 ret = (*a->access_mem) (as, addr, entry_point, 0, NULL);
  /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.h 28 uintptr_t entry_point() const;
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_main.cc 20 void* PSMainCreate(PP_Instance inst, PSMainFunc_t entry_point) {
22 pInst->SetMain(entry_point);
ps_main.h 21 void* PSMainCreate(PP_Instance inst, PSMainFunc_t entry_point);
  /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());
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_gentable.py 134 snprintf(symboln, sizeof(symboln), "%%s%(entry_point)s", symbol_prefix);
176 for entry_point in f.entry_points:
177 vars = { 'entry_point' : entry_point,
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 134 snprintf(symboln, sizeof(symboln), "%%s%(entry_point)s", symbol_prefix);
176 for entry_point in f.entry_points:
177 vars = { 'entry_point' : entry_point,
  /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.h 230 void CallbackEvent(Name* name, Address entry_point);
231 void GetterCallbackEvent(Name* name, Address entry_point);
232 void SetterCallbackEvent(Name* name, Address entry_point);
357 Address entry_point);
481 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
482 virtual void GetterCallbackEvent(Name* name, Address entry_point) = 0;
483 virtual void SetterCallbackEvent(Name* name, Address entry_point) = 0;
520 virtual void CallbackEvent(Name* name, Address entry_point) { }
521 virtual void GetterCallbackEvent(Name* name, Address entry_point) { }
522 virtual void SetterCallbackEvent(Name* name, Address entry_point) { }
    [all...]
cpu-profiler.h 219 virtual void CallbackEvent(Name* name, Address entry_point);
237 virtual void GetterCallbackEvent(Name* name, Address entry_point);
239 virtual void SetterCallbackEvent(Name* name, Address entry_point);
  /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);
  /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/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
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.py 105 entry_point ControlBlock entry point for this graph
120 self.entry_point = ControlBlock()
123 self.block = self.entry_point
205 queue = set([self.entry_point])
216 visited.remove(self.entry_point)
259 self.entry_point.i_gen |= assmts.bit
260 self.entry_point.i_output = self.entry_point.i_gen
303 entry_point ControlBlock Exception handling entry point
308 def __init__(self, entry_point, finally_enter=None, finally_exit=None)
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 133 def __init__(self, entry_point, *args, **kwargs):
137 target=entry_point,

Completed in 1326 milliseconds

1 2