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 55 class BinaryOpICState final BASE_EMBEDDED {
57 BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state);
58 BinaryOpICState(Isolate* isolate, Token::Value op, Strength strength)
87 const BinaryOpICState&));
132 friend std::ostream& operator<<(std::ostream& os, const BinaryOpICState& s);
166 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)
51 ExtraICState BinaryOpICState::GetExtraICState() const {
67 void BinaryOpICState::GenerateAheadOfTime(
68 Isolate* isolate, void (*Generate)(Isolate*, const BinaryOpICState&)) {
75 BinaryOpICState state(isolate, op, Strength::WEAK); \
177 BinaryOpICState state(isolate, op, Strength::WEAK); \
194 Type* BinaryOpICState::GetResultType() const
    [all...]
ic.cc     [all...]
  /external/v8/src/compiler/
type-hint-analyzer.cc 37 BinaryOpICState state(code->GetIsolate(), code->extra_ic_state());
  /external/v8/src/
type-info.cc 236 DCHECK(op < BinaryOpICState::FIRST_TOKEN ||
237 op > BinaryOpICState::LAST_TOKEN);
245 BinaryOpICState state(isolate(), code->extra_ic_state());
267 BinaryOpICState state(isolate(), code->extra_ic_state());
code-stubs.cc 278 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
289 const BinaryOpICState& state) {
298 BinaryOpICState::GenerateAheadOfTime(isolate, &GenerateAheadOfTime);
310 Isolate* isolate, const BinaryOpICState& state) {
code-stubs.h     [all...]
code-stubs-hydrogen.cc     [all...]

Completed in 125 milliseconds