Home
last modified time | relevance | path

Searched refs:kConst (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dfunc_desc.h24 kConst, // means this function will not read/modify any global memory. member in maple::FI
27 static std::string kFIStr[] = {"kUnknown", "kPure", "kConst"};
65 funcInfo = FI::kConst; in InitToBest()
100 return funcInfo == FI::kConst; in IsConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Doperand.h229 kConst, member in assembler::LabelType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Delf_assembler.cpp68 UpdateLabel(symIdx, LabelType::kConst, rodataSection->GetDataSize()); in EmitVariable()
728 if (labelType == LabelType::kConst) { in AppendRela()

Completed in 6 milliseconds