Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h238 void BuildLoadPropertyKey(LiteralProperty* property, Register out_reg);
Dbytecode-generator.cc1862 BuildLoadPropertyKey(property, key); in BuildClassLiteral()
1993 BuildLoadPropertyKey(property, key); in VisitInitializeClassFieldsStatement()
2313 BuildLoadPropertyKey(property, key); in VisitObjectLiteral()
2336 BuildLoadPropertyKey(property, args[1]); in VisitObjectLiteral()
4905 void BytecodeGenerator::BuildLoadPropertyKey(LiteralProperty* property, in BuildLoadPropertyKey() function in v8::internal::interpreter::BytecodeGenerator