/external/chromium-trace/trace-viewer/test_data/ |
D | v8.log | 289 code-creation,CallIC,7,0x424141c0,180,"A call IC from the snapshot" 290 code-creation,CallIC,7,0x42414280,180,"A call IC from the snapshot" 291 code-creation,CallIC,7,0x42414340,180,"A call IC from the snapshot" 292 code-creation,CallIC,7,0x42414400,180,"A call IC from the snapshot" 293 code-creation,CallIC,7,0x424144c0,189,"A call IC from the snapshot" 294 code-creation,CallIC,7,0x42414580,180,"A call IC from the snapshot" 295 code-creation,CallIC,7,0x42414640,180,"A call IC from the snapshot" 296 code-creation,CallIC,7,0x42414700,178,"A call IC from the snapshot" 297 code-creation,CallIC,7,0x424147c0,180,"A call IC from the snapshot" 298 code-creation,CallIC,7,0x42414880,189,"A call IC from the snapshot" [all …]
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 949 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId()); in VisitSwitchStatement() 1247 CallIC(ic, mode); in EmitLoadGlobalCheckExtensions() 1331 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT); in EmitVariableLoad() 1542 CallIC(ic, RelocInfo::CODE_TARGET, key->id()); in VisitObjectLiteral() 1810 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitNamedPropertyLoad() 1818 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitKeyedPropertyLoad() 1845 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitInlineSmiBinaryOp() 1928 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitBinaryOp() 1969 CallIC(ic); in EmitAssignment() 1982 CallIC(ic); in EmitAssignment() [all …]
|
D | ic-arm.cc | 556 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 918 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId()); in VisitSwitchStatement() 1203 CallIC(ic, mode); in EmitLoadGlobalCheckExtensions() 1284 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT); in EmitVariableLoad() 1496 CallIC(ic, RelocInfo::CODE_TARGET, key->id()); in VisitObjectLiteral() 1768 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitNamedPropertyLoad() 1775 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitKeyedPropertyLoad() 1796 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitInlineSmiBinaryOp() 1881 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitBinaryOp() 1922 CallIC(ic); in EmitAssignment() 1935 CallIC(ic); in EmitAssignment() [all …]
|
D | ic-ia32.cc | 1121 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 960 CallIC(ic, RelocInfo::CODE_TARGET, clause->CompareId()); in VisitSwitchStatement() 1253 CallIC(ic, mode); in EmitLoadGlobalCheckExtensions() 1337 CallIC(ic, RelocInfo::CODE_TARGET_CONTEXT); in EmitVariableLoad() 1551 CallIC(ic, RelocInfo::CODE_TARGET, key->id()); in VisitObjectLiteral() 1824 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitNamedPropertyLoad() 1833 CallIC(ic, RelocInfo::CODE_TARGET, prop->id()); in EmitKeyedPropertyLoad() 1861 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitInlineSmiBinaryOp() 1944 CallIC(stub.GetCode(), RelocInfo::CODE_TARGET, expr->id()); in EmitBinaryOp() 1985 CallIC(ic); in EmitAssignment() 1998 CallIC(ic); in EmitAssignment() [all …]
|
D | ic-mips.cc | 554 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
|
/external/v8/src/ |
D | stub-cache.cc | 1145 CallIC::GenerateInitialize(masm(), argc, extra_state); in CompileCallInitialize() 1166 CallIC::GenerateInitialize(masm(), argc, extra_state); in CompileCallPreMonomorphic() 1185 ASSERT(!CallIC::Contextual::decode( in CompileCallNormal() 1187 CallIC::GenerateNormal(masm(), argc); in CompileCallNormal() 1206 CallIC::GenerateMegamorphic(masm(), argc, extra_state); in CompileCallMegamorphic() 1238 CallIC::GenerateMiss(masm(), argc, extra_state); in CompileCallMiss() 1271 CallIC::GenerateMiss(masm(), argc, Code::kNoExtraICState); in CompileCallDebugPrepareStepIn()
|
D | ic.h | 265 class CallIC: public CallICBase { 267 explicit CallIC(Isolate* isolate) : CallICBase(Code::CALL_IC, isolate) { in CallIC() function
|
D | full-codegen.h | 524 void CallIC(Handle<Code> code,
|
D | type-info.cc | 237 CallIC::Contextual::encode(call_kind == CALL_AS_FUNCTION); in CallReceiverTypes()
|
D | ic.cc | 353 case Code::CALL_IC: return CallIC::Clear(address, target); in Clear() 1922 CallIC ic(isolate); in RUNTIME_FUNCTION()
|
/external/v8/tools/ |
D | tickprocessor.js | 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
|
/external/v8/src/x64/ |
D | ic-x64.cc | 998 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
|
/external/v8/ |
D | ChangeLog | 1912 Fixed a bug in the handling of debug breaks in CallIC.
|