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

/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc18 ExtraICState extra_state,
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder);
124 ExtraICState extra_state = local
127 Code::ComputeMonomorphicFlags(Code::KEYED_STORE_IC, extra_state);
138 PropertyICCompiler compiler(isolate, Code::KEYED_STORE_IC, extra_state);
172 ExtraICState extra_state) {
173 Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC, ic_state, extra_state);
195 ExtraICState extra_state) {
196 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state);
293 ExtraICState extra_state local
16 Find(Handle<Name> name, Handle<Map> stub_holder, Code::Kind kind, ExtraICState extra_state, CacheHolderFlag cache_holder) argument
170 ComputeLoad(Isolate* isolate, InlineCacheState ic_state, ExtraICState extra_state) argument
193 ComputeStore(Isolate* isolate, InlineCacheState ic_state, ExtraICState extra_state) argument
343 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
[all...]
H A Dic-compiler.h25 ExtraICState extra_state);
27 ExtraICState extra_state);
H A Dic.h357 ExtraICState extra_state);
387 ExtraICState extra_state);
544 ExtraICState extra_state) {
545 return ExtraICStateKeyedAccessStoreMode::decode(extra_state);
543 GetKeyedAccessStoreMode( ExtraICState extra_state) argument
H A Dic.cc119 ExtraICState extra_state = new_target->extra_ic_state(); local
123 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state));
816 ExtraICState extra_state) {
817 return PropertyICCompiler::ComputeLoad(isolate, UNINITIALIZED, extra_state);
833 ExtraICState extra_state) {
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state);
1348 ExtraICState extra_state = ComputeExtraICState(strict_mode); local
1350 PropertyICCompiler::ComputeStore(isolate, UNINITIALIZED, extra_state);
815 initialize_stub(Isolate* isolate, ExtraICState extra_state) argument
832 pre_monomorphic_stub(Isolate* isolate, ExtraICState extra_state) argument

Completed in 911 milliseconds