Home
last modified time | relevance | path

Searched refs:LoadIC (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/test/mjsunit/tools/
Dtickprocessor-test.separate-ic10 1 7.7% 11.1% LoadIC: j
11 1 7.7% 11.1% LoadIC: i
65 1 7.7% LoadIC: j
67 1 7.7% LoadIC: i
Dtickprocessor-test.log10 code-creation,LoadIC,0,0xf541d280,117,"j"
11 code-creation,LoadIC,0,0xf541d360,63,"i"
/external/chromium-trace/catapult/tracing/test_data/
Dv8.log228 code-creation,LoadIC,5,0x4240c520,95,"A load IC from the snapshot"
262 code-creation,LoadIC,5,0x424109a0,145,"A load IC from the snapshot"
342 code-creation,LoadIC,5,0x42419280,83,"A load IC from the snapshot"
380 code-creation,LoadIC,5,0x42422de0,83,"A load IC from the snapshot"
381 code-creation,LoadIC,5,0x42422e40,313,"A load IC from the snapshot"
382 code-creation,LoadIC,5,0x42422f80,266,"A load IC from the snapshot"
383 code-creation,LoadIC,5,0x424230a0,80,"A load IC from the snapshot"
424 code-creation,LoadIC,5,0x42426980,106,"A load IC from the snapshot"
578 code-creation,LoadIC,5,0x4240c520,95,"A load IC from the snapshot"
612 code-creation,LoadIC,5,0x424109a0,145,"A load IC from the snapshot"
[all …]
/external/v8/src/
Dcode-factory.cc15 Callable CodeFactory::LoadIC(Isolate* isolate, TypeofMode typeof_mode, in LoadIC() function in v8::internal::CodeFactory
18 LoadIC::initialize_stub( in LoadIC()
28 auto code = LoadIC::initialize_stub_in_optimized_code( in LoadICInOptimizedCode()
Dcode-factory.h35 static Callable LoadIC(Isolate* isolate, TypeofMode typeof_mode,
Dbuiltins.cc3642 LoadIC::GenerateMiss(masm); in Generate_LoadIC_Miss()
3647 LoadIC::GenerateNormal(masm, SLOPPY); in Generate_LoadIC_Normal()
3652 LoadIC::GenerateNormal(masm, STRONG); in Generate_LoadIC_Normal_Strong()
3662 LoadIC::GenerateRuntimeGetProperty(masm, SLOPPY); in Generate_LoadIC_Slow()
3667 LoadIC::GenerateRuntimeGetProperty(masm, STRONG); in Generate_LoadIC_Slow_Strong()
Dtype-feedback-vector.cc758 void LoadICNexus::Clear(Code* host) { LoadIC::Clear(GetIsolate(), host, this); } in Clear()
Dcode-stubs.h99 V(LoadIC) \
2242 DEFINE_PLATFORM_CODE_STUB(LoadIC, PlatformCodeStub);
/external/v8/src/ic/
Dic.h295 class LoadIC : public IC {
310 LoadIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
373 class KeyedLoadIC : public LoadIC {
392 : LoadIC(depth, isolate, nexus) { in LoadIC() function
Dic.cc502 void LoadIC::Clear(Isolate* isolate, Code* host, LoadICNexus* nexus) { in Clear()
651 MaybeHandle<Object> LoadIC::Load(Handle<Object> object, Handle<Name> name) { in Load()
879 Handle<Code> LoadIC::initialize_stub(Isolate* isolate, in initialize_stub()
885 Handle<Code> LoadIC::initialize_stub_in_optimized_code( in initialize_stub_in_optimized_code()
963 Handle<Code> LoadIC::megamorphic_stub() { in megamorphic_stub()
969 Handle<Code> LoadIC::SimpleFieldLoad(FieldIndex index) { in SimpleFieldLoad()
1008 void LoadIC::UpdateCaches(LookupIterator* lookup) { in UpdateCaches()
1111 Handle<Code> LoadIC::CompileHandler(LookupIterator* lookup, in CompileHandler()
1379 LoadIC::Load(object, Handle<Name>::cast(key)), in Load()
2253 LoadIC ic(IC::NO_EXTRA_FRAME, isolate, &nexus); in RUNTIME_FUNCTION()
[all …]
Dic-inl.h94 void LoadIC::set_target(Code* code) { in set_target()
Dic-compiler.cc177 LoadIC::GenerateInitialize(masm()); in CompileLoadInitialize()
/external/v8/src/ic/x64/
Dic-x64.cc630 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
645 LoadIC::GenerateRuntimeGetProperty(masm, language_mode); in GenerateNormal()
666 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/x87/
Dic-x87.cc632 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
669 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/ia32/
Dic-ia32.cc632 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
669 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
679 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/arm/
Dic-arm.cc268 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
301 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
316 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/arm64/
Dic-arm64.cc264 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
282 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
300 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/ppc/
Dic-ppc.cc278 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
311 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
326 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/mips64/
Dic-mips64.cc273 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
305 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
320 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/src/ic/mips/
Dic-mips.cc275 void LoadIC::GenerateNormal(MacroAssembler* masm, LanguageMode language_mode) { in GenerateNormal()
308 void LoadIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
323 void LoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm, in GenerateRuntimeGetProperty()
/external/v8/test/cctest/
Dtest-disasm-x87.cc291 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_INSIDE_TYPEOF)); in TEST()
Dtest-disasm-ia32.cc291 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_INSIDE_TYPEOF)); in TEST()
Dtest-disasm-x64.cc285 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_INSIDE_TYPEOF)); in TEST()
/external/v8/tools/
Dtickprocessor.js44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt382 0.29^8602723^HTMLParserThrea^chrome ^[.] v8::internal::LoadIC::ComputeLoadHandler(v8:…
384 …--- v8::internal::LoadIC::ComputeLoadHandler(v8::internal::LookupResult*, v8::internal::Handle<v8:…
920 0.12^3583348^HTMLParserThrea^chrome ^[.] v8::internal::LoadIC::UpdateMonomorphicIC(v8…
922 …--- v8::internal::LoadIC::UpdateMonomorphicIC(v8::internal::Handle<v8::internal::JSObject>, v8::in…
973 0.12^3578703^HTMLParserThrea^chrome ^[.] v8::internal::LoadIC::ComputePolymorphicIC(v…
975 …--- v8::internal::LoadIC::ComputePolymorphicIC(v8::internal::List<v8::internal::Handle<v8::interna…

12