Home
last modified time | relevance | path

Searched refs:CallIC (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/trace-viewer/test_data/
Dv8.log289 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/
Dfull-codegen-arm.cc949 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 …]
Dic-arm.cc556 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc918 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 …]
Dic-ia32.cc1121 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
/external/v8/src/mips/
Dfull-codegen-mips.cc960 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 …]
Dic-mips.cc554 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
/external/v8/src/
Dstub-cache.cc1145 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()
Dic.h265 class CallIC: public CallICBase {
267 explicit CallIC(Isolate* isolate) : CallICBase(Code::CALL_IC, isolate) { in CallIC() function
Dfull-codegen.h524 void CallIC(Handle<Code> code,
Dtype-info.cc237 CallIC::Contextual::encode(call_kind == CALL_AS_FUNCTION); in CallReceiverTypes()
Dic.cc353 case Code::CALL_IC: return CallIC::Clear(address, target); in Clear()
1922 CallIC ic(isolate); in RUNTIME_FUNCTION()
/external/v8/tools/
Dtickprocessor.js44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
/external/v8/src/x64/
Dic-x64.cc998 void CallIC::GenerateMegamorphic(MacroAssembler* masm, in GenerateMegamorphic()
/external/v8/
DChangeLog1912 Fixed a bug in the handling of debug breaks in CallIC.