Home
last modified time | relevance | path

Searched refs:CastAccumulatorToJSObject (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h212 BytecodeArrayBuilder& CastAccumulatorToJSObject();
Dbytecode-array-builder.cc378 BytecodeArrayBuilder& BytecodeArrayBuilder::CastAccumulatorToJSObject() { in CastAccumulatorToJSObject() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc926 builder()->CastAccumulatorToJSObject(); in VisitWithStatement()
1144 builder()->CastAccumulatorToJSObject(); in VisitForInStatement()
/external/v8/test/unittests/interpreter/
Dbytecode-array-builder-unittest.cc168 .CastAccumulatorToJSObject() in TEST_F()