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

  /external/v8/src/
managed.h 48 Handle<Object> global_handle = isolate->global_handles()->Create(*handle); local
49 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(),
  /hardware/libhardware/modules/sensors/
multihal.cpp 87 int global_handle = next_global_handle++; local
91 full_to_global[full_handle] = global_handle;
92 global_to_full[global_handle] = full_handle;
93 return global_handle;
97 static int get_local_handle(int global_handle) {
98 if (global_to_full.count(global_handle) == 0) {
99 ALOGW("Unknown global_handle %d", global_handle);
102 return global_to_full[global_handle].localHandle;
106 // global_handle, or -1 if that global_handle does not exist
120 int global_handle = -1; local
743 int global_handle = assign_global_handle(module_index, local_handle); local
    [all...]
  /external/v8/src/debug/
debug.cc 1927 Handle<Object> global_handle = isolate_->global_handles()->Create(*promise); local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 757 Handle<Object> global_handle = isolate->global_handles()->Create(*buffer); local
758 GlobalHandles::MakeWeak(global_handle.location(), global_handle.location(),
1259 Handle<Object> global_handle = local
    [all...]

Completed in 212 milliseconds