/external/v8/src/ic/ |
D | ic-state.h | 32 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
|
D | ic.h | 299 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()
|
D | ic-state.cc | 51 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()
|
D | ic-compiler.cc | 142 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState()); in ComputeCompareNil()
|
/external/v8/src/ |
D | code-stubs.h | 240 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 …]
|
D | code-factory.cc | 19 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState()), in LoadIC() 29 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState(), in LoadICInOptimizedCode()
|
D | codegen.cc | 132 info->code_stub()->GetExtraICState(), info->code_stub()->GetStubType()); in MakeCodeEpilogue()
|
D | code-stubs.cc | 133 GetExtraICState(), in GenerateCode()
|
D | code-stubs-hydrogen.cc | 275 GetExtraICState(), in GenerateLightweightMissCode()
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 4423 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4624 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 4251 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4445 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 4030 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4410 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 4293 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4508 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 4350 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4730 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 4525 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4737 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 4502 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4717 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 4556 KeyedLoadIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl() 4763 KeyedStoreIC::ChooseMegamorphicStub(masm->isolate(), GetExtraICState()); in GenerateImpl()
|