Home
last modified time | relevance | path

Searched defs:attrValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp77 const char* attrValue = ""; in LLVMIRBuilder() local
828 const char *attrValue = "true"; in SetGCLeafFunction() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp560 PropertyAttributes attrValue(attr); in DEF_RUNTIME_STUBS() local
575 PropertyAttributes attrValue(attr); in DEF_RUNTIME_STUBS() local
3152 PropertyAttributes attrValue(value); in UpdateFieldType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp395 void AsmAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
Delf_assembler.cpp1092 void ElfAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3293 auto attrValue = GetValueFromTaggedArray(elements, attributesIndex); in GetAttributesFromDictionary() local