HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOpICState (Results 1 - 8 of 8) sorted by null

  /external/v8/src/ic/
ic-state.h 60 class BinaryOpICState final BASE_EMBEDDED {
62 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
63 BinaryOpICState(Isolate* isolate, Token::Value op)
91 const BinaryOpICState&));
132 friend std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
164 std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
ic-state.cc 25 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
29 STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN;
32 BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state)
50 ExtraICState BinaryOpICState::GetExtraICState() const {
66 void BinaryOpICState::GenerateAheadOfTime(
67 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) {
74 BinaryOpICState state(isolate, op); \
176 BinaryOpICState state(isolate, op); \
193 Type* BinaryOpICState::GetResultType() const
    [all...]
ic.cc 189 BinaryOpICState state(isolate, code->extra_ic_state());
    [all...]
  /external/v8/src/compiler/
type-hint-analyzer.cc 63 BinaryOpICState state(code->GetIsolate(), code->extra_ic_state());
  /external/v8/src/
type-info.cc 232 DCHECK(op < BinaryOpICState::FIRST_TOKEN ||
233 op > BinaryOpICState::LAST_TOKEN);
241 BinaryOpICState state(isolate(), code->extra_ic_state());
263 BinaryOpICState state(isolate(), code->extra_ic_state());
code-stubs.h     [all...]
code-stubs-hydrogen.cc     [all...]
code-stubs.cc 280 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
291 const BinaryOpICState& state) {
300 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
312 Isolate* isolate, const BinaryOpICState& state) {
    [all...]

Completed in 353 milliseconds