Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-factory.cc382 Callable CodeFactory::ForInPrepare(Isolate* isolate) { in ForInPrepare() function in v8::internal::CodeFactory
383 return Callable(isolate->builtins()->ForInPrepare(), in ForInPrepare()
Dcode-factory.h157 static Callable ForInPrepare(Isolate* isolate);
Dinterface-descriptors.h81 V(ForInPrepare) \
/external/v8/src/interpreter/
Dbytecode-array-builder.h343 BytecodeArrayBuilder& ForInPrepare(Register receiver, in NON_EXPORTED_BASE()
Dbytecodes.h265 V(ForInPrepare, AccumulatorUse::kNone, OperandType::kReg, \
Dbytecode-array-builder.cc932 BytecodeArrayBuilder& BytecodeArrayBuilder::ForInPrepare( in ForInPrepare() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc1332 builder()->ForInPrepare(receiver, triple); in VisitForInStatement()
/external/v8/src/builtins/
Dbuiltins.h651 TFS(ForInPrepare, BUILTIN, kNoExtraICState, ForInPrepare, 3) \
Dbuiltins-object.cc947 TF_BUILTIN(ForInPrepare, ObjectBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/compiler/
Djs-operator.h689 const Operator* ForInPrepare(); in NON_EXPORTED_BASE()
Djs-generic-lowering.cc615 Callable callable = CodeFactory::ForInPrepare(isolate()); in LowerJSForInPrepare()
Djs-operator.cc587 V(ForInPrepare, Operator::kNoProperties, 1, 3) \
Dbytecode-graph-builder.cc1928 Node* prepare = NewNode(javascript()->ForInPrepare(), receiver); in BuildForInPrepare()
/external/v8/src/runtime/
Druntime.h649 F(ForInPrepare, 1, 3)