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

  /external/v8/src/ic/
ic-compiler.cc 18 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
343 ExtraICState extra_state = Code::ExtractExtraICStateFromFlags(flags); local
    [all...]
ic.cc 119 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
    [all...]

Completed in 40 milliseconds