Home
last modified time | relevance | path

Searched refs:isThreadLocal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp307 const bool isThreadLocal = symbol->IsThreadLocal(); in Visit() local
311 if (isThreadLocal) { in Visit()
595 const bool isThreadLocal = symbol.IsThreadLocal(); in Visit() local
598 if (isThreadLocal) { in Visit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2300 bool isThreadLocal = mirSymbol->IsThreadLocal(); in EmitAsmLabel() local
2303 auto sectionConstrains = isThreadLocal ? ",\"awT\"," : ",\"aw\","; in EmitAsmLabel()
2305 } else if (isThreadLocal) { in EmitAsmLabel()

Completed in 5 milliseconds