Home
last modified time | relevance | path

Searched refs:LoadNamedProperty (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc2429 builder()->LoadNamedProperty( in VisitForOfStatement()
2436 ->LoadNamedProperty( in VisitForOfStatement()
3332 builder()->LoadNamedProperty( in BuildFillArrayWithIterator()
3340 ->LoadNamedProperty(value, ast_string_constants()->value_string(), in BuildFillArrayWithIterator()
3376 ->LoadNamedProperty(array, length, length_load_slot) in BuildCreateArrayLiteral()
3846 builder()->LoadNamedProperty(object, name, feedback_index(slot)); in BuildLoadNamedProperty()
4035 ->LoadNamedProperty( in BuildFinalizeIteration()
4204 ->LoadNamedProperty(next_result, in BuildDestructuringArrayAssignment()
4212 ->LoadNamedProperty(next_result, in BuildDestructuringArrayAssignment()
4386 // The RHS is accessed using the key either by LoadNamedProperty (i in BuildDestructuringObjectAssignment()
[all...]
H A Dbytecode-array-builder.h134 BytecodeArrayBuilder& LoadNamedProperty(Register object,
H A Dbytecode-array-builder.cc830 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadNamedProperty( in LoadNamedProperty() function in v8::internal::interpreter::BytecodeArrayBuilder

Completed in 13 milliseconds