Searched refs:CallICBase (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Dic.h202 class CallICBase: public IC { class in namespace:v8::internal
214 CallICBase(Code::Kind kind, Isolate* isolate) function in class:v8::internal::CallICBase
265 class CallIC: public CallICBase {
267 explicit CallIC(Isolate* isolate) : CallICBase(Code::CALL_IC, isolate) {
281 CallICBase::GenerateMiss(masm, argc, IC::kCallIC_Miss, extra_state);
289 CallICBase::GenerateNormal(masm, argc);
295 class KeyedCallIC: public CallICBase {
298 : CallICBase(Code::KEYED_CALL_IC, isolate) {
312 CallICBase::GenerateMiss(masm, argc, IC::kKeyedCallIC_Miss,
H A Dic.cc367 void CallICBase::Clear(Address address, Code* target) {
368 bool contextual = CallICBase::Contextual::decode(target->extra_ic_state());
456 Handle<Object> CallICBase::TryCallAsFunction(Handle<Object> object) {
473 void CallICBase::ReceiverToObjectIfRequired(Handle<Object> callee,
499 MaybeObject* CallICBase::LoadFunction(State state,
584 bool CallICBase::TryUpdateExtraICState(LookupResult* lookup,
628 Handle<Code> CallICBase::ComputeMonomorphicStub(LookupResult* lookup,
682 void CallICBase::UpdateCaches(LookupResult* lookup,
758 return CallICBase::LoadFunction(state,
H A Dstub-cache.cc698 CallICBase::StringStubState::encode(DEFAULT_STRING_STUB) |
699 CallICBase::Contextual::encode(mode == RelocInfo::CODE_TARGET_CONTEXT);
719 CallICBase::StringStubState::encode(DEFAULT_STRING_STUB) |
720 CallICBase::Contextual::encode(mode == RelocInfo::CODE_TARGET_CONTEXT);
/external/v8/src/ia32/
H A Dic-ia32.cc940 void CallICBase::GenerateMonomorphicCacheProbe(MacroAssembler* masm,
1025 void CallICBase::GenerateNormal(MacroAssembler* masm, int argc) {
1049 void CallICBase::GenerateMiss(MacroAssembler* masm,
1109 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
1134 CallICBase::GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC,
1239 CallICBase::GenerateMonomorphicCacheProbe(masm, argc, Code::KEYED_CALL_IC,
1303 CallICBase::GenerateNormal(masm, argc);
H A Dstub-cache-ia32.cc638 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
1354 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
1685 (CallICBase::StringStubState::decode(extra_state_) ==
1768 (CallICBase::StringStubState::decode(extra_state_) ==
1886 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2309 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2368 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2424 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
/external/v8/src/arm/
H A Dic-arm.cc385 void CallICBase::GenerateMonomorphicCacheProbe(MacroAssembler* masm,
467 void CallICBase::GenerateNormal(MacroAssembler* masm, int argc) {
489 void CallICBase::GenerateMiss(MacroAssembler* masm,
544 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
688 CallICBase::GenerateNormal(masm, argc);
H A Dstub-cache-arm.cc563 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state)
805 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state_)
1798 (CallICBase::StringStubState::decode(extra_state_) ==
1878 (CallICBase::StringStubState::decode(extra_state_) ==
2419 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2510 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
/external/v8/src/mips/
H A Dic-mips.cc387 void CallICBase::GenerateMonomorphicCacheProbe(MacroAssembler* masm,
466 void CallICBase::GenerateNormal(MacroAssembler* masm, int argc) {
489 void CallICBase::GenerateMiss(MacroAssembler* masm,
542 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
685 CallICBase::GenerateNormal(masm, argc);
H A Dstub-cache-mips.cc548 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state)
795 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state_)
1797 (CallICBase::StringStubState::decode(extra_state_) ==
1878 (CallICBase::StringStubState::decode(extra_state_) ==
2410 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2505 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
/external/v8/src/x64/
H A Dic-x64.cc812 void CallICBase::GenerateMonomorphicCacheProbe(MacroAssembler* masm,
898 void CallICBase::GenerateNormal(MacroAssembler* masm, int argc) {
925 void CallICBase::GenerateMiss(MacroAssembler* masm,
986 CallKind call_kind = CallICBase::Contextual::decode(extra_state)
1145 CallICBase::GenerateNormal(masm, argc);
H A Dstub-cache-x64.cc622 CallKind call_kind = CallICBase::Contextual::decode(extra_ic_state_)
1324 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
1644 (CallICBase::StringStubState::decode(extra_state_) ==
1722 (CallICBase::StringStubState::decode(extra_state_) ==
1833 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
1948 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2137 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2197 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2255 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)

Completed in 354 milliseconds