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.cpp87 const char* attrValue = ""; in LLVMIRBuilder() local
838 const char *attrValue = "true"; in SetGCLeafFunction() 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.cpp1096 void ElfAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp572 PropertyAttributes attrValue(attr); in DEF_RUNTIME_STUBS() local
587 PropertyAttributes attrValue(attr); in DEF_RUNTIME_STUBS() local
3273 PropertyAttributes attrValue(value); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3645 auto attrValue = GetValueFromTaggedArray(glue, elements, attributesIndex); in GetAttributesFromDictionary() local