Lines Matching refs:source_position_table
4233 ACCESSORS(BytecodeArray, source_position_table, ByteArray,
4247 size += source_position_table()->Size();
5435 ByteArray* AbstractCode::source_position_table() {
5437 return GetCode()->source_position_table();
5439 return GetBytecodeArray()->source_position_table();
5443 void AbstractCode::set_source_position_table(ByteArray* source_position_table) {
5445 GetCode()->set_source_position_table(source_position_table);
5447 GetBytecodeArray()->set_source_position_table(source_position_table);
6811 ACCESSORS(Code, source_position_table, ByteArray, kSourcePositionTableOffset)
6908 if (kind() == FUNCTION) size += source_position_table()->Size();