Home
last modified time | relevance | path

Searched refs:program1 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp131 auto &program1 = res1.Value(); variable
132 auto it1 = program1.function_table.find(fun_name);
133 EXPECT_NE(it1, program1.function_table.end());
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp89 …JSHandle<ecmascript::Program> program1 = pfManager->GenerateProgram(vm, pf.get(), std::string_view… in HWTEST_F_L0() local
90 JSHandle<JSFunction> mainFunc1(thread, program1->GetMainFunction()); in HWTEST_F_L0()