Home
last modified time | relevance | path

Searched refs:CallProperty (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc1952 .CallProperty(initializer, args, in BuildClassLiteral()
2023 .CallProperty(initializer, args, in BuildInstanceFieldInitialization()
3235 builder()->CallProperty(iterator.next(), iterator_and_input, in VisitYieldStar()
3691 builder()->CallProperty(callee, args, feedback_slot_index); in VisitCall()
4270 builder()->StoreAccumulatorInRegister(method).CallProperty( in BuildGetIterator()
4287 builder()->CallProperty(method, args, in BuildGetIterator()
4306 builder()->CallProperty(method, args, in BuildGetIterator()
4342 builder()->CallProperty(iterator.next(), RegisterList(iterator.object()), in BuildIteratorNext()
4369 .CallProperty(method, receiver_and_args, in BuildCallIteratorMethod()
Dbytecode-array-builder.h261 BytecodeArrayBuilder& CallProperty(Register callable, RegisterList args,
Dbytecodes.h180 V(CallProperty, AccumulatorUse::kWrite, OperandType::kReg, \
Dbytecode-array-builder.cc1341 BytecodeArrayBuilder& BytecodeArrayBuilder::CallProperty(Register callable, in CallProperty() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1561 IGNITION_HANDLER(CallProperty, InterpreterJSCallAssembler) { in IGNITION_HANDLER() argument