Lines Matching refs:GetBytecodeArray
46 return GetBytecodeArray().length(); in OBJECT_CONSTRUCTORS_IMPL()
54 return GetBytecodeArray().length(); in InstructionSize()
62 return GetBytecodeArray().SourcePositionTable(); in source_position_table()
70 return GetBytecodeArray().SizeIncludingMetadata(); in SizeIncludingMetadata()
78 return GetBytecodeArray().GetFirstBytecodeAddress(); in raw_instruction_start()
86 return GetBytecodeArray().GetFirstBytecodeAddress(); in InstructionStart()
94 return GetBytecodeArray().GetFirstBytecodeAddress() + in raw_instruction_end()
95 GetBytecodeArray().length(); in raw_instruction_end()
103 return GetBytecodeArray().GetFirstBytecodeAddress() + in InstructionEnd()
104 GetBytecodeArray().length(); in InstructionEnd()
118 BytecodeArray AbstractCode::GetBytecodeArray() { in GetBytecodeArray() function