Home
last modified time | relevance | path

Searched defs:hclassVal (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp43 auto hclassVal = globalConstant->GetGlobalConstantObject(index); in Launch() member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h622 auto hclassVal = globalConstant->GetGlobalConstantObject(classIndex); in GetLiteralFromCache() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp2341 JSTaggedValue hclassVal = tacc.GetHClass(); in LowerCreateObjectWithBuffer() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp664 auto hclassVal = thread->GlobalConstants()->GetGlobalConstantObject(static_cast<size_t>(indexPair.first)); in IsInitialArrayHClassWithElementsKind() local
688 auto hclassVal = thread->GlobalConstants()->GetGlobalConstantObject(index); in TransitToElementsKindUncheck() local
1429 CString JSHClass::DumpToString(JSTaggedType hclassVal) in DumpToString() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins.cpp2175 auto hclassVal = globalConstant->GetGlobalConstantObject(index); in InitializeArray() local

Completed in 18 milliseconds