Home
last modified time | relevance | path

Searched refs:StoreGlobal (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.h346 static MaybeObjectHandle StoreGlobal(Handle<PropertyCell> cell);
H A Dhandler-configuration.cc332 MaybeObjectHandle StoreHandler::StoreGlobal(Handle<PropertyCell> cell) { in StoreGlobal() function in v8::internal::StoreHandler
H A Dic.cc1658 // If we are in StoreGlobal then check if we should throw on non-existent in LookupForWrite()
1953 return StoreHandler::StoreGlobal(lookup->transition_cell()); in ComputeHandler()
2129 StoreHandler::StoreGlobal(lookup->GetPropertyCell())); in ComputeHandler()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h103 BytecodeArrayBuilder& StoreGlobal(const AstRawString* name,
H A Dbytecode-array-builder.cc739 BytecodeArrayBuilder& BytecodeArrayBuilder::StoreGlobal( in StoreGlobal() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecode-generator.cc3875 builder()->StoreGlobal(variable->raw_name(), feedback_index(slot)); in BuildStoreGlobal()
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1050 const Operator* StoreGlobal(LanguageMode language_mode, const NameRef& name,
H A Djs-operator.cc1180 const Operator* JSOperatorBuilder::StoreGlobal(LanguageMode language_mode, in StoreGlobal() function in v8::internal::compiler::JSOperatorBuilder
H A Dbytecode-graph-builder.cc1570 const Operator* op = javascript()->StoreGlobal(language_mode, name, feedback); in VisitStaGlobal()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-definitions.h631 TFH(StoreGlobalICTrampoline, StoreGlobal) \
/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h112 V(StoreGlobal) \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1198 Node StoreGlobal(uint32_t Index, Node Val) { in StoreGlobal() function in IceBuilder
1201 llvm::report_fatal_error("StoreGlobal"); in StoreGlobal()

Completed in 44 milliseconds