Searched defs:extra_state_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dstub-cache.h833 const Code::ExtraICState extra_state_; member in class:v8::internal::CallStubCompiler
/external/v8/src/ia32/
H A Dstub-cache-ia32.cc535 extra_state_(extra_state) {}
638 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
718 Code::ExtraICState extra_state_; member in class:v8::internal::BASE_EMBEDDED
1308 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_)
2347 CallInterceptorCompiler compiler(this, arguments(), ecx, extra_state_);
[all...]
/external/v8/src/arm/
H A Dstub-cache-arm.cc1439 extra_state_);
1467 GenerateCallFunction(masm(), object, arguments(), &miss, extra_state_); local
1798 (CallICBase::StringStubState::decode(extra_state_) ==
1878 (CallICBase::StringStubState::decode(extra_state_) ==
2419 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2452 CallInterceptorCompiler compiler(this, arguments(), r2, extra_state_);
2461 GenerateCallFunction(masm(), object, arguments(), &miss, extra_state_); local
2510 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
/external/v8/src/mips/
H A Dstub-cache-mips.cc1437 extra_state_);
1465 GenerateCallFunction(masm(), object, arguments(), &miss, extra_state_); local
1797 (CallICBase::StringStubState::decode(extra_state_) ==
1878 (CallICBase::StringStubState::decode(extra_state_) ==
2410 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)
2446 CallInterceptorCompiler compiler(this, arguments(), a2, extra_state_);
2455 GenerateCallFunction(masm(), object, arguments(), &miss, extra_state_); local
2505 CallKind call_kind = CallICBase::Contextual::decode(extra_state_)

Completed in 51 milliseconds