Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h123 void BuildLoadNamedProperty(Property* property, Register object,
Dbytecode-generator.cc2823 void BytecodeGenerator::BuildLoadNamedProperty(Property* property, in BuildLoadNamedProperty() function in v8::internal::interpreter::BytecodeGenerator
2932 BuildLoadNamedProperty(property, object, name); in VisitAssignment()
3450 BuildLoadNamedProperty(property, obj, name); in VisitPropertyLoad()