Home
last modified time | relevance | path

Searched refs:KeyedLoadIC (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/src/
Dcode-factory.h36 static Callable KeyedLoadIC(Isolate* isolate);
Dcode-factory.cc23 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { in KeyedLoadIC() function in v8::internal::CodeFactory
Dbuiltins.cc1263 KeyedLoadIC::GenerateInitialize(masm); in Generate_KeyedLoadIC_Initialize()
1268 KeyedLoadIC::GenerateRuntimeGetProperty(masm); in Generate_KeyedLoadIC_Slow()
1273 KeyedLoadIC::GenerateMiss(masm); in Generate_KeyedLoadIC_Miss()
1278 KeyedLoadIC::GenerateGeneric(masm); in Generate_KeyedLoadIC_Generic()
1283 KeyedLoadIC::GenerateString(masm); in Generate_KeyedLoadIC_String()
1288 KeyedLoadIC::GeneratePreMonomorphic(masm); in Generate_KeyedLoadIC_PreMonomorphic()
/external/v8/src/ic/
Dic.cc489 return KeyedLoadIC::Clear(isolate, address, target, constant_pool); in Clear()
511 void KeyedLoadIC::Clear(Isolate* isolate, Address address, Code* target, in Clear()
568 Handle<Code> KeyedLoadIC::generic_stub(Isolate* isolate) { in generic_stub()
599 set_target(*KeyedLoadIC::generic_stub(isolate())); in Load()
827 return KeyedLoadIC::generic_stub(isolate()); in megamorphic_stub()
838 Handle<Code> KeyedLoadIC::pre_monomorphic_stub(Isolate* isolate) { in pre_monomorphic_stub()
848 return KeyedLoadIC::pre_monomorphic_stub(isolate()); in pre_monomorphic_stub()
1124 Handle<Code> KeyedLoadIC::LoadElementStub(Handle<JSObject> receiver) { in LoadElementStub()
1171 MaybeHandle<Object> KeyedLoadIC::Load(Handle<Object> object, in Load()
2054 KeyedLoadIC ic(IC::NO_EXTRA_FRAME, isolate); in RUNTIME_FUNCTION()
[all …]
Dic.h398 class KeyedLoadIC : public LoadIC {
400 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate) in KeyedLoadIC() function
/external/v8/src/ic/ia32/
Dic-ia32.cc308 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
479 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
812 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
825 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
/external/v8/src/ic/x87/
Dic-x87.cc310 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
481 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
814 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
827 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
/external/v8/src/ic/x64/
Dic-x64.cc255 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
406 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
815 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
832 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
/external/v8/src/ic/mips/
Dic-mips.cc411 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
427 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
436 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
597 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
/external/v8/src/ic/mips64/
Dic-mips64.cc409 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
425 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
434 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
602 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
/external/v8/src/ic/arm/
Dic-arm.cc402 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
418 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
427 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
590 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
/external/v8/src/ic/arm64/
Dic-arm64.cc419 void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
435 void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) { in GenerateRuntimeGetProperty()
597 void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) { in GenerateGeneric()
630 void KeyedLoadIC::GenerateString(MacroAssembler* masm) { in GenerateString()
/external/v8/src/compiler/
Djs-generic-lowering.cc278 Callable callable = CodeFactory::KeyedLoadIC(isolate()); in LowerJSLoadProperty()
/external/v8/src/ia32/
Dbuiltins-ia32.cc1010 Handle<Code> ic = CodeFactory::KeyedLoadIC(masm->isolate()).code(); in Generate_FunctionApply()
Dfull-codegen-ia32.cc2049 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2270 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
/external/v8/src/x87/
Dbuiltins-x87.cc1010 Handle<Code> ic = CodeFactory::KeyedLoadIC(masm->isolate()).code(); in Generate_FunctionApply()
Dfull-codegen-x87.cc2036 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2260 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
/external/v8/src/x64/
Dbuiltins-x64.cc1080 Handle<Code> ic = CodeFactory::KeyedLoadIC(masm->isolate()).code(); in Generate_FunctionApply()
Dfull-codegen-x64.cc2082 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2302 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
/external/chromium-trace/trace-viewer/tracing/test_data/
Dv8.log341 code-creation,KeyedLoadIC,6,0x42419220,83,"A keyed load IC from the snapshot"
384 code-creation,KeyedLoadIC,6,0x42423100,83,"A keyed load IC from the snapshot"
385 code-creation,KeyedLoadIC,6,0x42423160,896,"A keyed load IC from the snapshot"
386 code-creation,KeyedLoadIC,6,0x424234e0,499,"A keyed load IC from the snapshot"
387 code-creation,KeyedLoadIC,6,0x424236e0,144,"A keyed load IC from the snapshot"
388 code-creation,KeyedLoadIC,6,0x42423780,216,"A keyed load IC from the snapshot"
425 code-creation,KeyedLoadIC,6,0x42426a00,106,"A keyed load IC from the snapshot"
691 code-creation,KeyedLoadIC,6,0x42419220,83,"A keyed load IC from the snapshot"
734 code-creation,KeyedLoadIC,6,0x42423100,83,"A keyed load IC from the snapshot"
735 code-creation,KeyedLoadIC,6,0x42423160,896,"A keyed load IC from the snapshot"
[all …]
/external/v8/src/arm64/
Dfull-codegen-arm64.cc2003 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
4545 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
Dlithium-codegen-arm64.cc3646 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in DoLoadKeyedGeneric()
/external/v8/src/mips/
Dfull-codegen-mips.cc2107 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2334 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc2102 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2333 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()
/external/v8/src/arm/
Dfull-codegen-arm.cc2115 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in VisitYield()
2351 Handle<Code> ic = CodeFactory::KeyedLoadIC(isolate()).code(); in EmitKeyedPropertyLoad()

12