Lines Matching refs:Interpreter
24 Interpreter::Interpreter(Isolate* isolate) in Interpreter() function in v8::internal::interpreter::Interpreter
29 Handle<FixedArray> Interpreter::CreateUninitializedInterpreterTable( in CreateUninitializedInterpreterTable()
41 void Interpreter::Initialize() { in Initialize()
62 bool Interpreter::MakeBytecode(CompilationInfo* info) { in MakeBytecode()
79 bool Interpreter::IsInterpreterTableInitialized( in IsInterpreterTableInitialized()
89 void Interpreter::DoLdaZero(compiler::InterpreterAssembler* assembler) { in DoLdaZero()
99 void Interpreter::DoLdaSmi8(compiler::InterpreterAssembler* assembler) { in DoLdaSmi8()
107 void Interpreter::DoLoadConstant(compiler::InterpreterAssembler* assembler) { in DoLoadConstant()
118 void Interpreter::DoLdaConstant(compiler::InterpreterAssembler* assembler) { in DoLdaConstant()
126 void Interpreter::DoLdaConstantWide(compiler::InterpreterAssembler* assembler) { in DoLdaConstantWide()
134 void Interpreter::DoLdaUndefined(compiler::InterpreterAssembler* assembler) { in DoLdaUndefined()
145 void Interpreter::DoLdaNull(compiler::InterpreterAssembler* assembler) { in DoLdaNull()
155 void Interpreter::DoLdaTheHole(compiler::InterpreterAssembler* assembler) { in DoLdaTheHole()
165 void Interpreter::DoLdaTrue(compiler::InterpreterAssembler* assembler) { in DoLdaTrue()
175 void Interpreter::DoLdaFalse(compiler::InterpreterAssembler* assembler) { in DoLdaFalse()
185 void Interpreter::DoLdar(compiler::InterpreterAssembler* assembler) { in DoLdar()
196 void Interpreter::DoStar(compiler::InterpreterAssembler* assembler) { in DoStar()
207 void Interpreter::DoExchange(compiler::InterpreterAssembler* assembler) { in DoExchange()
221 void Interpreter::DoExchangeWide(compiler::InterpreterAssembler* assembler) { in DoExchangeWide()
229 void Interpreter::DoMov(compiler::InterpreterAssembler* assembler) { in DoMov()
238 void Interpreter::DoLoadGlobal(Callable ic, in DoLoadGlobal()
264 void Interpreter::DoLdaGlobalSloppy(compiler::InterpreterAssembler* assembler) { in DoLdaGlobalSloppy()
275 void Interpreter::DoLdaGlobalStrict(compiler::InterpreterAssembler* assembler) { in DoLdaGlobalStrict()
286 void Interpreter::DoLdaGlobalInsideTypeofSloppy( in DoLdaGlobalInsideTypeofSloppy()
298 void Interpreter::DoLdaGlobalInsideTypeofStrict( in DoLdaGlobalInsideTypeofStrict()
310 void Interpreter::DoLdaGlobalSloppyWide( in DoLdaGlobalSloppyWide()
322 void Interpreter::DoLdaGlobalStrictWide( in DoLdaGlobalStrictWide()
334 void Interpreter::DoLdaGlobalInsideTypeofSloppyWide( in DoLdaGlobalInsideTypeofSloppyWide()
346 void Interpreter::DoLdaGlobalInsideTypeofStrictWide( in DoLdaGlobalInsideTypeofStrictWide()
354 void Interpreter::DoStoreGlobal(Callable ic, in DoStoreGlobal()
381 void Interpreter::DoStaGlobalSloppy(compiler::InterpreterAssembler* assembler) { in DoStaGlobalSloppy()
392 void Interpreter::DoStaGlobalStrict(compiler::InterpreterAssembler* assembler) { in DoStaGlobalStrict()
403 void Interpreter::DoStaGlobalSloppyWide( in DoStaGlobalSloppyWide()
415 void Interpreter::DoStaGlobalStrictWide( in DoStaGlobalStrictWide()
426 void Interpreter::DoLdaContextSlot(compiler::InterpreterAssembler* assembler) { in DoLdaContextSlot()
439 void Interpreter::DoLdaContextSlotWide( in DoLdaContextSlotWide()
448 void Interpreter::DoStaContextSlot(compiler::InterpreterAssembler* assembler) { in DoStaContextSlot()
461 void Interpreter::DoStaContextSlotWide( in DoStaContextSlotWide()
467 void Interpreter::DoLoadLookupSlot(Runtime::FunctionId function_id, in DoLoadLookupSlot()
483 void Interpreter::DoLdaLookupSlot(compiler::InterpreterAssembler* assembler) { in DoLdaLookupSlot()
492 void Interpreter::DoLdaLookupSlotInsideTypeof( in DoLdaLookupSlotInsideTypeof()
502 void Interpreter::DoLdaLookupSlotWide( in DoLdaLookupSlotWide()
512 void Interpreter::DoLdaLookupSlotInsideTypeofWide( in DoLdaLookupSlotInsideTypeofWide()
518 void Interpreter::DoStoreLookupSlot(LanguageMode language_mode, in DoStoreLookupSlot()
536 void Interpreter::DoStaLookupSlotSloppy( in DoStaLookupSlotSloppy()
546 void Interpreter::DoStaLookupSlotStrict( in DoStaLookupSlotStrict()
556 void Interpreter::DoStaLookupSlotSloppyWide( in DoStaLookupSlotSloppyWide()
566 void Interpreter::DoStaLookupSlotStrictWide( in DoStaLookupSlotStrictWide()
572 void Interpreter::DoLoadIC(Callable ic, in DoLoadIC()
593 void Interpreter::DoLoadICSloppy(compiler::InterpreterAssembler* assembler) { in DoLoadICSloppy()
604 void Interpreter::DoLoadICStrict(compiler::InterpreterAssembler* assembler) { in DoLoadICStrict()
615 void Interpreter::DoLoadICSloppyWide( in DoLoadICSloppyWide()
627 void Interpreter::DoLoadICStrictWide( in DoLoadICStrictWide()
635 void Interpreter::DoKeyedLoadIC(Callable ic, in DoKeyedLoadIC()
655 void Interpreter::DoKeyedLoadICSloppy( in DoKeyedLoadICSloppy()
667 void Interpreter::DoKeyedLoadICStrict( in DoKeyedLoadICStrict()
679 void Interpreter::DoKeyedLoadICSloppyWide( in DoKeyedLoadICSloppyWide()
691 void Interpreter::DoKeyedLoadICStrictWide( in DoKeyedLoadICStrictWide()
699 void Interpreter::DoStoreIC(Callable ic, in DoStoreIC()
721 void Interpreter::DoStoreICSloppy(compiler::InterpreterAssembler* assembler) { in DoStoreICSloppy()
733 void Interpreter::DoStoreICStrict(compiler::InterpreterAssembler* assembler) { in DoStoreICStrict()
745 void Interpreter::DoStoreICSloppyWide( in DoStoreICSloppyWide()
758 void Interpreter::DoStoreICStrictWide( in DoStoreICStrictWide()
766 void Interpreter::DoKeyedStoreIC(Callable ic, in DoKeyedStoreIC()
787 void Interpreter::DoKeyedStoreICSloppy( in DoKeyedStoreICSloppy()
799 void Interpreter::DoKeyedStoreICStrict( in DoKeyedStoreICStrict()
811 void Interpreter::DoKeyedStoreICSloppyWide( in DoKeyedStoreICSloppyWide()
823 void Interpreter::DoKeyedStoreICStrictWide( in DoKeyedStoreICStrictWide()
834 void Interpreter::DoPushContext(compiler::InterpreterAssembler* assembler) { in DoPushContext()
846 void Interpreter::DoPopContext(compiler::InterpreterAssembler* assembler) { in DoPopContext()
854 void Interpreter::DoBinaryOp(Runtime::FunctionId function_id, in DoBinaryOp()
870 void Interpreter::DoAdd(compiler::InterpreterAssembler* assembler) { in DoAdd()
878 void Interpreter::DoSub(compiler::InterpreterAssembler* assembler) { in DoSub()
886 void Interpreter::DoMul(compiler::InterpreterAssembler* assembler) { in DoMul()
894 void Interpreter::DoDiv(compiler::InterpreterAssembler* assembler) { in DoDiv()
902 void Interpreter::DoMod(compiler::InterpreterAssembler* assembler) { in DoMod()
910 void Interpreter::DoBitwiseOr(compiler::InterpreterAssembler* assembler) { in DoBitwiseOr()
918 void Interpreter::DoBitwiseXor(compiler::InterpreterAssembler* assembler) { in DoBitwiseXor()
926 void Interpreter::DoBitwiseAnd(compiler::InterpreterAssembler* assembler) { in DoBitwiseAnd()
937 void Interpreter::DoShiftLeft(compiler::InterpreterAssembler* assembler) { in DoShiftLeft()
948 void Interpreter::DoShiftRight(compiler::InterpreterAssembler* assembler) { in DoShiftRight()
959 void Interpreter::DoShiftRightLogical( in DoShiftRightLogical()
965 void Interpreter::DoCountOp(Runtime::FunctionId function_id, in DoCountOp()
978 void Interpreter::DoInc(compiler::InterpreterAssembler* assembler) { in DoInc()
986 void Interpreter::DoDec(compiler::InterpreterAssembler* assembler) { in DoDec()
995 void Interpreter::DoLogicalNot(compiler::InterpreterAssembler* assembler) { in DoLogicalNot()
1007 void Interpreter::DoTypeOf(compiler::InterpreterAssembler* assembler) { in DoTypeOf()
1015 void Interpreter::DoDelete(Runtime::FunctionId function_id, in DoDelete()
1030 void Interpreter::DoDeletePropertyStrict( in DoDeletePropertyStrict()
1040 void Interpreter::DoDeletePropertySloppy( in DoDeletePropertySloppy()
1050 void Interpreter::DoDeleteLookupSlot( in DoDeleteLookupSlot()
1060 void Interpreter::DoJSCall(compiler::InterpreterAssembler* assembler) { in DoJSCall()
1077 void Interpreter::DoCall(compiler::InterpreterAssembler* assembler) { in DoCall()
1086 void Interpreter::DoCallWide(compiler::InterpreterAssembler* assembler) { in DoCallWide()
1096 void Interpreter::DoCallRuntime(compiler::InterpreterAssembler* assembler) { in DoCallRuntime()
1113 void Interpreter::DoCallRuntimeForPair( in DoCallRuntimeForPair()
1138 void Interpreter::DoCallJSRuntime(compiler::InterpreterAssembler* assembler) { in DoCallJSRuntime()
1162 void Interpreter::DoNew(compiler::InterpreterAssembler* assembler) { in DoNew()
1179 void Interpreter::DoTestEqual(compiler::InterpreterAssembler* assembler) { in DoTestEqual()
1187 void Interpreter::DoTestNotEqual(compiler::InterpreterAssembler* assembler) { in DoTestNotEqual()
1195 void Interpreter::DoTestEqualStrict(compiler::InterpreterAssembler* assembler) { in DoTestEqualStrict()
1204 void Interpreter::DoTestNotEqualStrict( in DoTestNotEqualStrict()
1213 void Interpreter::DoTestLessThan(compiler::InterpreterAssembler* assembler) { in DoTestLessThan()
1221 void Interpreter::DoTestGreaterThan(compiler::InterpreterAssembler* assembler) { in DoTestGreaterThan()
1230 void Interpreter::DoTestLessThanOrEqual( in DoTestLessThanOrEqual()
1240 void Interpreter::DoTestGreaterThanOrEqual( in DoTestGreaterThanOrEqual()
1250 void Interpreter::DoTestIn(compiler::InterpreterAssembler* assembler) { in DoTestIn()
1259 void Interpreter::DoTestInstanceOf(compiler::InterpreterAssembler* assembler) { in DoTestInstanceOf()
1267 void Interpreter::DoToName(compiler::InterpreterAssembler* assembler) { in DoToName()
1278 void Interpreter::DoToNumber(compiler::InterpreterAssembler* assembler) { in DoToNumber()
1289 void Interpreter::DoToObject(compiler::InterpreterAssembler* assembler) { in DoToObject()
1300 void Interpreter::DoJump(compiler::InterpreterAssembler* assembler) { in DoJump()
1309 void Interpreter::DoJumpConstant(compiler::InterpreterAssembler* assembler) { in DoJumpConstant()
1321 void Interpreter::DoJumpConstantWide( in DoJumpConstantWide()
1331 void Interpreter::DoJumpIfTrue(compiler::InterpreterAssembler* assembler) { in DoJumpIfTrue()
1343 void Interpreter::DoJumpIfTrueConstant( in DoJumpIfTrueConstant()
1358 void Interpreter::DoJumpIfTrueConstantWide( in DoJumpIfTrueConstantWide()
1368 void Interpreter::DoJumpIfFalse(compiler::InterpreterAssembler* assembler) { in DoJumpIfFalse()
1380 void Interpreter::DoJumpIfFalseConstant( in DoJumpIfFalseConstant()
1395 void Interpreter::DoJumpIfFalseConstantWide( in DoJumpIfFalseConstantWide()
1405 void Interpreter::DoJumpIfToBooleanTrue( in DoJumpIfToBooleanTrue()
1421 void Interpreter::DoJumpIfToBooleanTrueConstant( in DoJumpIfToBooleanTrueConstant()
1439 void Interpreter::DoJumpIfToBooleanTrueConstantWide( in DoJumpIfToBooleanTrueConstantWide()
1449 void Interpreter::DoJumpIfToBooleanFalse( in DoJumpIfToBooleanFalse()
1465 void Interpreter::DoJumpIfToBooleanFalseConstant( in DoJumpIfToBooleanFalseConstant()
1483 void Interpreter::DoJumpIfToBooleanFalseConstantWide( in DoJumpIfToBooleanFalseConstantWide()
1493 void Interpreter::DoJumpIfNull(compiler::InterpreterAssembler* assembler) { in DoJumpIfNull()
1505 void Interpreter::DoJumpIfNullConstant( in DoJumpIfNullConstant()
1520 void Interpreter::DoJumpIfNullConstantWide( in DoJumpIfNullConstantWide()
1530 void Interpreter::DoJumpIfUndefined(compiler::InterpreterAssembler* assembler) { in DoJumpIfUndefined()
1543 void Interpreter::DoJumpIfUndefinedConstant( in DoJumpIfUndefinedConstant()
1559 void Interpreter::DoJumpIfUndefinedConstantWide( in DoJumpIfUndefinedConstantWide()
1565 void Interpreter::DoCreateLiteral(Runtime::FunctionId function_id, in DoCreateLiteral()
1585 void Interpreter::DoCreateRegExpLiteral( in DoCreateRegExpLiteral()
1595 void Interpreter::DoCreateRegExpLiteralWide( in DoCreateRegExpLiteralWide()
1605 void Interpreter::DoCreateArrayLiteral( in DoCreateArrayLiteral()
1615 void Interpreter::DoCreateArrayLiteralWide( in DoCreateArrayLiteralWide()
1625 void Interpreter::DoCreateObjectLiteral( in DoCreateObjectLiteral()
1635 void Interpreter::DoCreateObjectLiteralWide( in DoCreateObjectLiteralWide()
1645 void Interpreter::DoCreateClosure(compiler::InterpreterAssembler* assembler) { in DoCreateClosure()
1663 void Interpreter::DoCreateClosureWide( in DoCreateClosureWide()
1672 void Interpreter::DoCreateMappedArguments( in DoCreateMappedArguments()
1684 void Interpreter::DoCreateUnmappedArguments( in DoCreateUnmappedArguments()
1696 void Interpreter::DoThrow(compiler::InterpreterAssembler* assembler) { in DoThrow()
1707 void Interpreter::DoReturn(compiler::InterpreterAssembler* assembler) { in DoReturn()
1717 void Interpreter::DoForInPrepare(compiler::InterpreterAssembler* assembler) { in DoForInPrepare()
1734 void Interpreter::DoForInNext(compiler::InterpreterAssembler* assembler) { in DoForInNext()
1753 void Interpreter::DoForInDone(compiler::InterpreterAssembler* assembler) { in DoForInDone()
1769 void Interpreter::DoForInStep(compiler::InterpreterAssembler* assembler) { in DoForInStep()