HomeSort by relevance Sort by last modified time
    Searched defs:extra_state (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
ic.cc 630 Code::ExtraICState extra_state,
639 argc, kind_, extra_state, name, object, holder, index);
647 argc, kind_, extra_state, name, object, holder, function);
660 argc, kind_, extra_state, name, receiver, global, cell, function);
668 argc, kind_, extra_state);
675 argc, kind_, extra_state, name, object, holder);
1600 Code::ExtraICState extra_state = Code::ComputeExtraICState(grow_mode, local
    [all...]
stub-cache.cc 392 Code::ExtraICState extra_state = local
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,
697 Code::ExtraICState extra_state = local
718 Code::ExtraICState extra_state = local
1143 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1145 CallIC::GenerateInitialize(masm(), argc, extra_state); local
1164 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1166 CallIC::GenerateInitialize(masm(), argc, extra_state); local
1204 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1206 CallIC::GenerateMegamorphic(masm(), argc, extra_state); local
1236 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1238 CallIC::GenerateMiss(masm(), argc, extra_state); local
1357 Code::ExtraICState extra_state = local
    [all...]

Completed in 86 milliseconds