Lines Matching refs:GetBytecodeArray
34 return GetBytecodeArray()->length(); in CAST_ACCESSOR()
42 return GetBytecodeArray()->length(); in InstructionSize()
50 return GetBytecodeArray()->SourcePositionTable(); in source_position_table()
59 maybe_table = GetBytecodeArray()->source_position_table(); in stack_frame_cache()
72 return GetBytecodeArray()->SizeIncludingMetadata(); in SizeIncludingMetadata()
79 return GetBytecodeArray()->BytecodeArraySize(); in ExecutableSize()
87 return GetBytecodeArray()->GetFirstBytecodeAddress(); in raw_instruction_start()
95 return GetBytecodeArray()->GetFirstBytecodeAddress(); in InstructionStart()
103 return GetBytecodeArray()->GetFirstBytecodeAddress() + in raw_instruction_end()
104 GetBytecodeArray()->length(); in raw_instruction_end()
112 return GetBytecodeArray()->GetFirstBytecodeAddress() + in InstructionEnd()
113 GetBytecodeArray()->length(); in InstructionEnd()
131 BytecodeArray* AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function