Home
last modified time | relevance | path

Searched refs:GetExtraICState (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ic/
Dic-state.h34 ExtraICState GetExtraICState() const;
88 ExtraICState GetExtraICState() const;
219 ExtraICState GetExtraICState() const { return state_; } in GetExtraICState() function
Dic-state.cc24 ExtraICState CallICState::GetExtraICState() const { in GetExtraICState() function in v8::internal::CallICState
58 ExtraICState BinaryOpICState::GetExtraICState() const { in GetExtraICState() function in v8::internal::BinaryOpICState
330 ExtraICState old_extra_ic_state = GetExtraICState(); in Update()
374 if (old_extra_ic_state == GetExtraICState()) { in Update()
Dic-compiler.cc227 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState()); in ComputeCompareNil()
Dic.h325 return LoadICState(contextual_mode).GetExtraICState(); in ComputeExtraICState()
/external/v8/src/
Dcode-stubs.h199 virtual ExtraICState GetExtraICState() const { return kNoExtraICState; } in GetExtraICState() function
792 minor_key_ = state.GetExtraICState(); in CallICStub()
804 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
879 virtual ExtraICState GetExtraICState() const { return kind(); } in GetExtraICState() function
1098 set_sub_minor_key(state.GetExtraICState()); in HydrogenCodeStub()
1103 set_sub_minor_key(state.GetExtraICState()); in BinaryOpICStub()
1116 virtual ExtraICState GetExtraICState() const FINAL OVERRIDE { in GetExtraICState() function
1121 return BinaryOpICState(isolate(), GetExtraICState()); in state()
1146 minor_key_ = state.GetExtraICState(); in BinaryOpICWithAllocationSiteStub()
1165 virtual ExtraICState GetExtraICState() const OVERRIDE { in GetExtraICState() function
[all …]
Dcode-factory.cc17 LoadIC::initialize_stub(isolate, LoadICState(mode).GetExtraICState()), in LoadIC()
Dcode-stubs.cc127 GetExtraICState(), in GenerateCode()
Dcompiler.cc262 code_stub()->GetExtraICState(), in flags()
Dcode-stubs-hydrogen.cc247 GetExtraICState(), in GenerateLightweightMissCode()