Home
last modified time | relevance | path

Searched defs:JitCodeVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmachine_code.h73 using JitCodeVector = std::vector<std::tuple<MachineCode*, std::string, uintptr_t>>; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h62 using JitCodeVector = std::vector<std::tuple<MachineCode*, std::string, uintptr_t>>; variable