Lines Matching refs:bytecodes
545 BytecodeArray bytecodes) { in GetBytecodeOffsetForBaselinePC() argument
551 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBytecodeOffsetForBaselinePC()
559 BytecodeArray bytecodes) { in GetBaselinePCForBytecodeOffset() argument
563 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForBytecodeOffset()
576 BytecodeArray bytecodes) { in GetBaselineStartPCForBytecodeOffset() argument
578 bytecodes); in GetBaselineStartPCForBytecodeOffset()
582 BytecodeArray bytecodes) { in GetBaselineEndPCForBytecodeOffset() argument
584 bytecodes); in GetBaselineEndPCForBytecodeOffset()
588 BytecodeArray bytecodes) { in GetBaselinePCForNextExecutedBytecode() argument
592 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForNextExecutedBytecode()
594 reinterpret_cast<Address*>(&bytecodes)); in GetBaselinePCForNextExecutedBytecode()
600 bytecode_iterator.GetJumpTargetOffset(), bytecodes); in GetBaselinePCForNextExecutedBytecode()
603 return GetBaselineEndPCForBytecodeOffset(bytecode_offset, bytecodes); in GetBaselinePCForNextExecutedBytecode()