Home
last modified time | relevance | path

Searched defs:inst_name (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h424 … void CheckSimple(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckSimple()
468 …void CheckSimpleWithImm(std::string inst_name, compiler::DataType::Type data_type, std::string ins… in CheckSimpleWithImm()
508 void CheckCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckCmp()
544 …void CheckFloatCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_typ… in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp38 void CheckSimple(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimple()
82 void CheckSimpleWithImm(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimpleWithImm()
123 void CheckCmp(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckCmp()
159 …void CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fc… in CheckFloatCmp()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp1117 [[maybe_unused]] PandaString inst_name = (inst == 0) ? "NewArray" : "NewObject"; in TraceEntrypoint() local