Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h32 ExtraICState GetExtraICState() const { return bit_field_; } in GetExtraICState() function
83 ExtraICState GetExtraICState() const;
224 ExtraICState GetExtraICState() const { return state_; } in GetExtraICState() function
249 ExtraICState GetExtraICState() const { return state_; } in GetExtraICState() function
Dic.h299 return LoadICState(typeof_mode, language_mode).GetExtraICState(); in ComputeExtraICState()
382 return LoadICState(typeof_mode, language_mode).GetExtraICState() | in ComputeExtraICState()
439 return StoreICState(flag).GetExtraICState(); in ComputeExtraICState()
527 return StoreICState(flag).GetExtraICState() | in ComputeExtraICState()
Dic-state.cc51 ExtraICState BinaryOpICState::GetExtraICState() const { in GetExtraICState() function in v8::internal::BinaryOpICState
224 ExtraICState old_extra_ic_state = GetExtraICState(); in Update()
260 if (old_extra_ic_state == GetExtraICState()) { in Update()
Dic-compiler.cc142 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState()); in ComputeCompareNil()
/external/v8/src/
Dcode-stubs.h240 virtual ExtraICState GetExtraICState() const { return kNoExtraICState; } in GetExtraICState() function
619 ExtraICState GetExtraICState() const override { return Code::LOAD_IC; } in GetExtraICState() function
909 minor_key_ = state.GetExtraICState(); in CallICStub()
916 ExtraICState GetExtraICState() const final { in GetExtraICState() function
989 ExtraICState GetExtraICState() const override { return kind(); } in GetExtraICState() function
1451 set_sub_minor_key(state.GetExtraICState()); in BinaryOpICStub()
1456 set_sub_minor_key(state.GetExtraICState()); in BinaryOpICStub()
1465 ExtraICState GetExtraICState() const final { in GetExtraICState() function
1470 return BinaryOpICState(isolate(), GetExtraICState()); in state()
1495 minor_key_ = state.GetExtraICState(); in BinaryOpICWithAllocationSiteStub()
[all …]
Dcode-factory.cc19 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState()), in LoadIC()
29 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState(), in LoadICInOptimizedCode()
Dcodegen.cc132 info->code_stub()->GetExtraICState(), info->code_stub()->GetStubType()); in MakeCodeEpilogue()
Dcode-stubs.cc133 GetExtraICState(), in GenerateCode()
Dcode-stubs-hydrogen.cc275 GetExtraICState(), in GenerateLightweightMissCode()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc4423 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4624 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/x64/
Dcode-stubs-x64.cc4251 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4445 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/x87/
Dcode-stubs-x87.cc4030 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4410 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/arm/
Dcode-stubs-arm.cc4293 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4508 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc4350 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4730 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc4525 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4737 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4502 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4717 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc4556 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
4763 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()