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

  /external/v8/src/
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...]
ic.h 224 Code::ExtraICState extra_state,
250 Code::ExtraICState extra_state);
257 Code::ExtraICState extra_state);
274 Code::ExtraICState extra_state) {
275 GenerateMiss(masm, argc, extra_state);
280 Code::ExtraICState extra_state) {
281 CallICBase::GenerateMiss(masm, argc, IC::kCallIC_Miss, extra_state);
stub-cache.h 180 Code::ExtraICState extra_state,
188 Code::ExtraICState extra_state,
196 Code::ExtraICState extra_state,
203 Code::ExtraICState extra_state,
218 Code::ExtraICState extra_state);
758 Code::ExtraICState extra_state,
    [all...]
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...]
  /external/v8/src/ia32/
ic-ia32.cc     [all...]
stub-cache-ia32.cc 531 Code::ExtraICState extra_state)
535 extra_state_(extra_state) {}
    [all...]
  /external/v8/src/arm/
ic-arm.cc 388 Code::ExtraICState extra_state) {
398 extra_state,
492 Code::ExtraICState extra_state) {
544 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
    [all...]
  /external/v8/src/mips/
ic-mips.cc 390 Code::ExtraICState extra_state) {
400 extra_state,
492 Code::ExtraICState extra_state) {
542 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
    [all...]
  /external/v8/src/x64/
ic-x64.cc 815 Code::ExtraICState extra_state) {
825 extra_state,
    [all...]

Completed in 332 milliseconds