HomeSort by relevance Sort by last modified time
    Searched refs:GlobalHandles (Results 1 - 20 of 20) sorted by null

  /external/v8/src/
global-handles.cc 17 class GlobalHandles::Node {
330 inline GlobalHandles* GetGlobalHandles();
378 class GlobalHandles::NodeBlock {
382 explicit NodeBlock(GlobalHandles* global_handles, NodeBlock* next)
423 GlobalHandles* global_handles() { return global_handles_; }
438 GlobalHandles* global_handles_;
442 GlobalHandles* GlobalHandles::Node::GetGlobalHandles() {
447 GlobalHandles::NodeBlock* GlobalHandles::Node::FindBlock()
    [all...]
global-handles.h 44 class GlobalHandles {
46 ~GlobalHandles();
189 explicit GlobalHandles(Isolate* isolate);
227 DISALLOW_COPY_AND_ASSIGN(GlobalHandles);
231 class GlobalHandles::PendingPhantomCallback {
value-serializer.cc     [all...]
isolate.h     [all...]
counters.h     [all...]
api.cc     [all...]
isolate.cc     [all...]
  /external/v8/src/objects/
managed.cc 28 GlobalHandles::Destroy(destructor->global_handle_location_);
managed.h 101 GlobalHandles::MakeWeak(destructor->global_handle_location_, destructor,
intl-objects.cc 639 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
782 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
824 GlobalHandles::Destroy(reinterpret_cast<Object**>(data.GetParameter()));
    [all...]
  /external/v8/src/profiler/
allocation-tracker.cc 291 GlobalHandles::MakeWeak(reinterpret_cast<Object**>(script_.location()), this,
298 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location()));
314 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location()));
  /external/v8/src/compiler-dispatcher/
unoptimized-compile-job.cc 95 i::GlobalHandles::Destroy(Handle<Object>::cast(shared_).location());
99 i::GlobalHandles::Destroy(Handle<Object>::cast(context_).location());
333 i::GlobalHandles::Destroy(Handle<Object>::cast(source_).location());
339 i::GlobalHandles::Destroy(Handle<Object>::cast(wrapper_).location());
  /external/v8/src/runtime/
runtime-intl.cc 226 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
371 GlobalHandles::MakeWeak(wrapper.location(), wrapper.location(),
  /external/v8/src/wasm/
wasm-js.cc 216 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location());
252 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location());
288 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location());
289 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(module_).location());
353 i::GlobalHandles::Destroy(i::Handle<i::Object>::cast(promise_).location());
355 i::GlobalHandles::Destroy(
    [all...]
wasm-objects.cc     [all...]
wasm-interpreter.cc     [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]
  /external/v8/src/debug/
debug.cc 392 GlobalHandles* global_handles = isolate->global_handles();
399 GlobalHandles::Destroy(reinterpret_cast<Object**>(debug_info_));
    [all...]
  /external/v8/src/builtins/
builtins-array.cc 751 inline void clear_storage() { GlobalHandles::Destroy(storage_.location()); }
    [all...]
  /external/v8/include/
v8.h 155 class GlobalHandles;
    [all...]

Completed in 9163 milliseconds