Home
last modified time | relevance | path

Searched refs:asmInterOpt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp328 const AsmInterParsedOption &asmInterOpt) in AdjustBCStubAndDebuggerStubEntries() argument
334 if (asmInterOpt.handleStart >= 0 && asmInterOpt.handleStart <= asmInterOpt.handleEnd) { in AdjustBCStubAndDebuggerStubEntries()
335 for (int i = asmInterOpt.handleStart; i <= asmInterOpt.handleEnd; i++) { in AdjustBCStubAndDebuggerStubEntries()
387 AsmInterParsedOption asmInterOpt = vm_->GetJSOptions().GetAsmInterParsedOption(); in InitializeStubEntries() local
388 AdjustBCStubAndDebuggerStubEntries(thread, stubs, asmInterOpt); in InitializeStubEntries()
Daot_file_manager.h197 const AsmInterParsedOption &asmInterOpt);
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp52 AsmInterParsedOption asmInterOpt = vm->GetJSOptions().GetAsmInterParsedOption(); in Create() local
53 if (asmInterOpt.enableAsm) { in Create()