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

  /external/chromium_org/v8/src/
stub-cache.h 85 Code::ExtraICState extra_state = Code::kNoExtraICState);
91 Code::ExtraICState extra_state = Code::kNoExtraICState);
244 Code::ExtraICState extra_state,
252 Code::ExtraICState extra_state,
260 Code::ExtraICState extra_state,
267 Code::ExtraICState extra_state,
282 Code::ExtraICState extra_state);
677 virtual Code::ExtraICState extra_state() { return Code::kNoExtraICState; } function in class:v8::internal::BaseLoadStoreStubCompiler
926 virtual Code::ExtraICState extra_state() { return strict_mode_; } function in class:v8::internal::BaseStoreStubCompiler
1002 virtual Code::ExtraICState extra_state() { function in class:v8::internal::KeyedStoreStubCompiler
    [all...]
stub-cache.cc 117 Code::ExtraICState extra_state) {
118 Code::Flags flags = Code::ComputeMonomorphicFlags(kind, extra_state, type);
520 Code::ExtraICState extra_state = local
523 Code::KEYED_STORE_IC, extra_state);
669 Code::ExtraICState extra_state,
701 kind, extra_state, Code::CONSTANT, argc, cache_holder);
706 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder);
724 Code::ExtraICState extra_state,
744 kind, extra_state, Code::FIELD, argc, cache_holder);
749 CallStubCompiler compiler(isolate_, argc, kind, extra_state, cache_holder)
845 Code::ExtraICState extra_state = local
864 Code::ExtraICState extra_state = local
1061 Code::ExtraICState extra_state = Code::ComputeExtraICState(store_mode, local
1379 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1381 CallIC::GenerateInitialize(masm(), argc, extra_state); local
1400 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1402 CallIC::GenerateInitialize(masm(), argc, extra_state); local
1440 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1442 CallIC::GenerateMegamorphic(masm(), argc, extra_state); local
1472 Code::ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
1474 CallIC::GenerateMiss(masm(), argc, extra_state); local
    [all...]
  /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 827 milliseconds