Searched refs:extra_state (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dstub-cache.cc83 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 local
80 FindIC(Handle<Name> name, Handle<Map> stub_holder, Code::Kind kind, ExtraICState extra_state, InlineCacheHolderFlag cache_holder) argument
253 ComputeLoad(InlineCacheState ic_state, ExtraICState extra_state) argument
277 ComputeStore(InlineCacheState ic_state, ExtraICState extra_state) argument
656 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
[all...]
H A Dstub-cache.h63 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());
H A Dic.h440 ExtraICState extra_state);
683 ExtraICState extra_state) {
684 return ExtraICStateKeyedAccessStoreMode::decode(extra_state);
682 GetKeyedAccessStoreMode( ExtraICState extra_state) argument
H A Dic.cc70 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
1369 UNINITIALIZED, extra_state);
838 initialize_stub(Isolate* isolate, ExtraICState extra_state) argument
844 pre_monomorphic_stub(Isolate* isolate, ExtraICState extra_state) argument
H A Dfull-codegen.cc419 ExtraICState extra_state = LoadIC::ComputeExtraICState(contextual_mode); local
420 Handle<Code> ic = LoadIC::initialize_stub(isolate(), extra_state);

Completed in 175 milliseconds