Home
last modified time | relevance | path

Searched refs:BytecodeForStoreKeyedProperty (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h299 static Bytecode BytecodeForStoreKeyedProperty(LanguageMode language_mode);
Dbytecode-array-builder.cc318 Bytecode bytecode = BytecodeForStoreKeyedProperty(language_mode); in StoreKeyedProperty()
849 Bytecode BytecodeArrayBuilder::BytecodeForStoreKeyedProperty( in BytecodeForStoreKeyedProperty() function in v8::internal::interpreter::BytecodeArrayBuilder