Home
last modified time | relevance | path

Searched defs:LoadGlobal (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dhandler-configuration-inl.h41 Handle<Smi> LoadHandler::LoadGlobal(Isolate* isolate) { in LoadGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1194 Node LoadGlobal(uint32_t Index) { in LoadGlobal() function in IceBuilder
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1185 explicit LoadGlobal(uint32_t bitfield, const compiler::NameRef& name) in LoadGlobal() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.cc720 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadGlobal(const AstRawString* name, in LoadGlobal() function in v8::internal::interpreter::BytecodeArrayBuilder
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1167 const Operator* JSOperatorBuilder::LoadGlobal(const NameRef& name, in LoadGlobal() function in v8::internal::compiler::JSOperatorBuilder