Home
last modified time | relevance | path

Searched refs:GetAsmInterParsedOption (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_vm_test.cpp70 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleStart == 1); // 1 targer start in HWTEST_F_L0()
71 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleEnd == 10); // 10 targer end in HWTEST_F_L0()
75 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleStart == 1); // 1 targer start in HWTEST_F_L0()
76 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleEnd == 10); // 10 targer end in HWTEST_F_L0()
80 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleStart == 0); in HWTEST_F_L0()
81 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleEnd == kungfu::BYTECODE_STUB_END_ID); in HWTEST_F_L0()
85 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleStart == 0); in HWTEST_F_L0()
86 EXPECT_TRUE(options2.GetAsmInterParsedOption().handleEnd == kungfu::BYTECODE_STUB_END_ID); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp497 AsmInterParsedOption asmInterOpt = vm_->GetJSOptions().GetAsmInterParsedOption(); in InitializeStubEntries()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp83 AsmInterParsedOption asmInterOpt = vm->GetJSOptions().GetAsmInterParsedOption(); in Create()
H A Djs_runtime_options.h738 AsmInterParsedOption GetAsmInterParsedOption() const in GetAsmInterParsedOption() function in panda::ecmascript::JSRuntimeOptions

Completed in 9 milliseconds