Lines Matching refs:BytecodeOffset
491 class BytecodeOffset {
493 explicit constexpr BytecodeOffset(int id) : id_(id) {}
496 static constexpr BytecodeOffset None() { return BytecodeOffset(kNoneId); }
502 static BytecodeOffset ConstructStubCreate() { return BytecodeOffset(1); }
503 static BytecodeOffset ConstructStubInvoke() { return BytecodeOffset(2); }
510 bool operator==(const BytecodeOffset& other) const {
513 bool operator!=(const BytecodeOffset& other) const {
516 friend size_t hash_value(BytecodeOffset);
518 BytecodeOffset);
527 // non-builtin BytecodeOffset, add it before this id so that this Id has the