Searched refs:raw_offset (Results 1 – 4 of 4) sorted by relevance
1588 int raw_offset = Smi::cast(GetExpression(index))->value(); in GetBytecodeOffset() local1589 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset()1599 int raw_offset = Smi::cast(Memory::Object_at(expression_offset))->value(); in GetBytecodeOffset() local1600 return raw_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in GetBytecodeOffset()1608 int raw_offset = new_offset + BytecodeArray::kHeaderSize - kHeapObjectTag; in PatchBytecodeOffset() local1609 SetExpression(index, Smi::FromInt(raw_offset)); in PatchBytecodeOffset()
482 int32_t raw_offset = tz->getRawOffset(); in Test4126678() local484 if (offset == raw_offset) in Test4126678()
342 long raw_offset = tz.getRawOffset(); in Test4126678() local343 if (offset == raw_offset) in Test4126678()
339 long raw_offset = tz.getRawOffset(); in Test4126678() local340 if (offset == raw_offset) in Test4126678()