Home
last modified time | relevance | path

Searched refs:ForInPrepare (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h430 BytecodeArrayBuilder& ForInPrepare(RegisterList cache_info_triple,
Dbytecodes.h319 V(ForInPrepare, AccumulatorUse::kRead, OperandType::kRegOutTriple, \
Dbytecode-array-builder.cc1255 BytecodeArrayBuilder& BytecodeArrayBuilder::ForInPrepare( in ForInPrepare() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2865 IGNITION_HANDLER(ForInPrepare, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc1636 builder()->ForInPrepare(triple, feedback_index(slot)); in VisitForInStatement()
/external/v8/src/compiler/
Djs-operator.h812 const Operator* ForInPrepare(ForInMode); in NON_EXPORTED_BASE()
Djs-operator.cc963 const Operator* JSOperatorBuilder::ForInPrepare(ForInMode mode) { in ForInPrepare() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc2755 Node* node = NewNode(javascript()->ForInPrepare(GetForInMode(1)), enumerator); in VisitForInPrepare()