Home
last modified time | relevance | path

Searched defs:handle_location (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/roots/
Droots-inl.h41 bool RootsTable::IsRootHandleLocation(Address* handle_location, in IsRootHandleLocation()
57 Address* handle_location = reinterpret_cast<Address*>(handle.address()); in IsRootHandle() local
/third_party/node/deps/v8/src/builtins/
Dbuiltins.cc295 Address* handle_location = maybe_code.location(); in IsBuiltinHandle() local
/third_party/node/deps/v8/src/execution/
Disolate.cc2932 bool Isolate::IsBuiltinTableHandleLocation(Address* handle_location) { in ThrowInternal()