Home | History | Annotate | Download | only in src

Lines Matching refs:extra_state

392   Code::ExtraICState extra_state =
399 extra_state);
542 Code::ExtraICState extra_state,
563 Code::ComputeMonomorphicFlags(kind, CONSTANT_FUNCTION, extra_state,
568 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
583 Code::ExtraICState extra_state,
601 Code::ComputeMonomorphicFlags(kind, FIELD, extra_state,
606 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
621 Code::ExtraICState extra_state,
638 Code::ComputeMonomorphicFlags(kind, INTERCEPTOR, extra_state,
643 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
658 Code::ExtraICState extra_state,
668 Code::ComputeMonomorphicFlags(kind, NORMAL, extra_state,
673 CallStubCompiler compiler(isolate(), argc, kind, extra_state, cache_holder);
697 Code::ExtraICState extra_state =
701 Code::ComputeFlags(kind, UNINITIALIZED, extra_state, NORMAL, argc);
718 Code::ExtraICState extra_state =
722 Code::ComputeFlags(kind, UNINITIALIZED, extra_state, NORMAL, argc);
749 Code::ExtraICState extra_state) {
751 Code::ComputeFlags(kind, PREMONOMORPHIC, extra_state, NORMAL, argc);
766 Code::ExtraICState extra_state) {
768 Code::ComputeFlags(kind, MONOMORPHIC, extra_state, NORMAL, argc);
801 Code::ExtraICState extra_state) {
803 Code::ComputeFlags(kind, MEGAMORPHIC, extra_state,
819 Code::ExtraICState extra_state) {
823 Code::ComputeFlags(kind, MONOMORPHIC_PROTOTYPE_FAILURE, extra_state,
1143 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
1145 CallIC::GenerateInitialize(masm(), argc, extra_state);
1164 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
1166 CallIC::GenerateInitialize(masm(), argc, extra_state);
1204 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
1206 CallIC::GenerateMegamorphic(masm(), argc, extra_state);
1236 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags);
1238 CallIC::GenerateMiss(masm(), argc, extra_state);
1357 Code::ExtraICState extra_state =
1360 Code::ComputeFlags(Code::KEYED_STORE_IC, state, extra_state, type);
1377 Code::ExtraICState extra_state,
1382 extra_state_(extra_state),