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 63 ExtraICState extra_state = kNoExtraICState,
88 Handle<Code> ComputeLoad(InlineCacheState ic_state, ExtraICState extra_state);
90 ExtraICState extra_state);
391 ExtraICState extra_state() { return extra_ic_state_; } function in class:v8::internal::BASE_EMBEDDED
569 return LoadIC::GetContextualMode(extra_state());
766 return KeyedStoreIC::GetKeyedAccessStoreMode(extra_state());
stub-cache.cc 83 ExtraICState extra_state,
86 kind, extra_state, cache_holder);
204 ExtraICState extra_state = local
207 Code::KEYED_STORE_IC, extra_state);
219 KeyedStoreStubCompiler compiler(isolate(), extra_state);
254 ExtraICState extra_state) {
255 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state);
278 ExtraICState extra_state) {
279 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
384 ExtraICState extra_state = KeyedStoreIC::ComputeExtraICState local
656 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
    [all...]
full-codegen.cc 419 ExtraICState extra_state = LoadIC::ComputeExtraICState(contextual_mode); local
420 Handle<Code> ic = LoadIC::initialize_stub(isolate(), extra_state);
    [all...]
ic.cc 70 ExtraICState extra_state = new_target->extra_ic_state(); local
74 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state));
839 ExtraICState extra_state) {
840 return isolate->stub_cache()->ComputeLoad(UNINITIALIZED, extra_state);
845 ExtraICState extra_state) {
846 return isolate->stub_cache()->ComputeLoad(PREMONOMORPHIC, extra_state);
1367 ExtraICState extra_state = ComputeExtraICState(strict_mode); local
    [all...]

Completed in 1168 milliseconds