HomeSort by relevance Sort by last modified time
    Searched refs:extra_ic_state (Results 1 - 25 of 31) sorted by null

1 2

  /external/v8/src/
ic-inl.h 84 // STORE_IC and KEYED_STORE_IC use Code::extra_ic_state() to mark
88 ASSERT(Code::GetStrictMode(old_target->extra_ic_state()) ==
89 Code::GetStrictMode(target->extra_ic_state()));
ic.cc 85 Code::GetKeyedAccessGrowMode(new_target->extra_ic_state()) ==
368 bool contextual = CallICBase::Contextual::decode(target->extra_ic_state());
398 (Code::GetStrictMode(target->extra_ic_state()) == kStrictMode)
407 (Code::GetStrictMode(target->extra_ic_state()) == kStrictMode)
500 Code::ExtraICState extra_ic_state,
538 UpdateCaches(&lookup, state, extra_ic_state, object, name);
586 Code::ExtraICState* extra_ic_state) {
609 if (StringStubState::decode(*extra_ic_state) == DEFAULT_STRING_STUB &&
613 *extra_ic_state =
614 StringStubState::update(*extra_ic_state,
1924 Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state(); local
2001 Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state(); local
2077 Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state(); local
2091 Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state(); local
2110 Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state(); local
    [all...]
ic.h 209 Code::ExtraICState extra_ic_state,
219 Code::ExtraICState* extra_ic_state);
232 Code::ExtraICState extra_ic_state,
286 Code::ExtraICState extra_ic_state);
587 ASSERT(Code::GetStrictMode(code->extra_ic_state()) ==
588 Code::GetStrictMode(target()->extra_ic_state()));
676 ASSERT(Code::GetStrictMode(code->extra_ic_state()) ==
677 Code::GetStrictMode(target()->extra_ic_state()));
type-info.cc 125 Code::GetKeyedAccessGrowMode(code->extra_ic_state()) ==
144 Code::GetKeyedAccessGrowMode(code->extra_ic_state()) ==
236 Code::ExtraICState extra_ic_state = local
241 extra_ic_state,
objects.h     [all...]
objects-inl.h 2957 Code::ExtraICState Code::extra_ic_state() { function in class:Code
    [all...]
  /external/chromium_org/v8/src/
stub-cache.h 97 ExtraICState extra_ic_state);
179 ExtraICState extra_ic_state);
368 ExtraICState extra_ic_state = kNoExtraICState)
369 : isolate_(isolate), extra_ic_state_(extra_ic_state),
524 ExtraICState extra_ic_state = kNoExtraICState,
526 : StubCompiler(isolate, extra_ic_state),
619 ExtraICState extra_ic_state = kNoExtraICState,
622 : BaseLoadStoreStubCompiler(isolate, kind, extra_ic_state,
720 ExtraICState extra_ic_state = kNoExtraICState,
722 : LoadStubCompiler(isolate, extra_ic_state, cache_holder
    [all...]
ic-inl.h 85 // STORE_IC and KEYED_STORE_IC use Code::extra_ic_state() to mark
89 ASSERT(StoreIC::GetStrictMode(old_target->extra_ic_state()) ==
90 StoreIC::GetStrictMode(target->extra_ic_state()));
ic.h 258 virtual ExtraICState extra_ic_state() { return kNoExtraICState; } function in class:v8::internal::IC
364 extra_ic_state_(target()->extra_ic_state()) {
383 ExtraICState extra_ic_state);
392 virtual ExtraICState extra_ic_state() { return extra_ic_state_; } function in class:v8::internal::CallIC
584 strict_mode_(GetStrictMode(target()->extra_ic_state())) {
598 ExtraICState extra_ic_state);
657 virtual ExtraICState extra_ic_state() { function in class:v8::internal::StoreIC
664 ASSERT(GetStrictMode(code->extra_ic_state()) ==
665 GetStrictMode(target()->extra_ic_state()));
742 virtual ExtraICState extra_ic_state() { function in class:v8::internal::KeyedStoreIC
    [all...]
ic.cc 92 ExtraICState extra_state = new_target->extra_ic_state();
253 if (StringStubState::decode(extra_ic_state()) == DEFAULT_STRING_STUB &&
258 StringStubState::update(extra_ic_state(),
507 bool contextual = CallICBase::Contextual::decode(target->extra_ic_state());
536 isolate, StoreIC::GetStrictMode(target->extra_ic_state())));
544 isolate, StoreIC::GetStrictMode(target->extra_ic_state())));
706 argc, kind_, extra_ic_state(), name, object, holder, index);
715 argc, kind_, extra_ic_state(), name, object, holder, function);
729 argc, kind_, extra_ic_state(), name,
738 argc, kind_, extra_ic_state());
2340 ExtraICState extra_ic_state = local
3033 ExtraICState extra_ic_state = target()->extended_extra_ic_state(); local
    [all...]
stub-cache.cc 132 ExtraICState extra_ic_state) {
144 ic = FindIC(name, stub_holder, kind, extra_ic_state, flag);
155 StoreStubCompiler ic_compiler(isolate(), extra_ic_state); local
160 KeyedStoreIC::GetKeyedAccessStoreMode(extra_ic_state));
161 KeyedStoreStubCompiler ic_compiler(isolate(), extra_ic_state); local
243 ASSERT(KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state())
613 ExtraICState extra_ic_state) {
625 StrictModeFlag strict_mode = StoreIC::GetStrictMode(extra_ic_state);
    [all...]
type-info.cc 185 return KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state());
202 ExtraICState extra_ic_state = local
206 Code::CALL_IC, extra_ic_state, OWN_MAP, Code::NORMAL, arity);
objects-inl.h 3898 ExtraICState Code::extra_ic_state() { function in class:v8::internal::Code
    [all...]
code-stubs.h 1036 ExtraICState state = code->extra_ic_state();
    [all...]
  /external/chromium_org/v8/src/arm/
ic-arm.cc 514 ExtraICState extra_ic_state) {
522 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
523 GenerateMiss(masm, argc, extra_ic_state);
    [all...]
stub-cache-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 515 ExtraICState extra_ic_state) {
523 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
524 GenerateMiss(masm, argc, extra_ic_state);
    [all...]
stub-cache-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc     [all...]
  /external/v8/src/arm/
ic-arm.cc 558 Code::ExtraICState extra_ic_state) {
566 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
567 GenerateMiss(masm, argc, extra_ic_state);
    [all...]
stub-cache-arm.cc 544 Code::ExtraICState extra_ic_state) {
563 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state)
698 Code::ExtraICState extra_ic_state)
702 extra_ic_state_(extra_ic_state) {}
    [all...]
  /external/v8/src/mips/
ic-mips.cc 556 Code::ExtraICState extra_ic_state) {
564 GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC, extra_ic_state);
565 GenerateMiss(masm, argc, extra_ic_state);
    [all...]
stub-cache-mips.cc 530 Code::ExtraICState extra_ic_state) {
548 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state)
688 Code::ExtraICState extra_ic_state)
692 extra_ic_state_(extra_ic_state) {}
    [all...]
  /external/v8/src/x64/
ic-x64.cc     [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc     [all...]

Completed in 1372 milliseconds

1 2