Home
last modified time | relevance | path

Searched refs:IsThreadLocal (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp310 const bool isThreadLocal = symbol->IsThreadLocal(); in Visit()
603 const bool isThreadLocal = symbol.IsThreadLocal(); in Visit()
Daarch64_cgfunc.cpp2517 } else if (symbol->IsThreadLocal()) { in SelectAddrof()
7406 if (symbol->IsThreadLocal()) { in MarkParmListCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h256 bool IsThreadLocal() const in IsThreadLocal() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2331 if (st->IsThreadLocal()) { in EmitLocalVariable()
2450 auto sectionConstrains = symbol.IsThreadLocal() ? ",\"awT\"," : ",\"aw\","; in EmitUninitializedSymbolsWithPrefixSection()
2649 } else if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
2703 bool isThreadLocal = mirSymbol->IsThreadLocal(); in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2100 if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
2117 if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2428 if (symbol->IsThreadLocal()) { in LowerDreadToThreadLocal()
2456 if (symbol->IsThreadLocal()) { in LowerDassignToThreadLocal()