Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h143 BytecodeArrayBuilder& LoadKeyedProperty(Register object, int feedback_slot);
H A Dbytecode-generator.cc4387 // value_name is valid) or by LoadKeyedProperty (otherwise). in BuildDestructuringObjectAssignment()
4436 builder()->LoadAccumulatorWithRegister(value_key).LoadKeyedProperty( in BuildDestructuringObjectAssignment()
4575 .LoadKeyedProperty(lhs_data.object(), feedback_index(slot)); in VisitCompoundAssignment()
5093 builder()->LoadKeyedProperty( in VisitPropertyLoad()
5266 builder()->LoadKeyedProperty( in BuildPrivateBrandCheck()
5541 .LoadKeyedProperty(args_array, feedback_slot_index) in VisitCall()
5947 // for the LoadKeyedProperty. in VisitCountOperation()
5950 builder()->StoreAccumulatorInRegister(key).LoadKeyedProperty( in VisitCountOperation()
H A Dbytecode-array-builder.cc844 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadKeyedProperty( in LoadKeyedProperty() function in v8::internal::interpreter::BytecodeArrayBuilder

Completed in 15 milliseconds