Home
last modified time | relevance | path

Searched defs:classLiteral (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp213 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in GetPatchMethod() local
294 ClassLiteral *classLiteral = ClassLiteral::Cast(constpoolValue); in FindAndReplaceSameMethod() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp207 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseConstPool() local
276 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in ParseFuncAndLiteralConstPool() local
Dprogram_object.h289 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp162 JSHandle<ClassLiteral> classLiteral(thread_, literalObj); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1399 JSHandle<ClassLiteral> classLiteral = factory->NewClassLiteral(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp3876 auto *classLiteral = AllocNode<ir::ETSClassLiteral>(potentialType); in ParseDefaultPrimaryExpression() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h856 const JSHandle<ClassLiteral> &classLiteral) in ShouldUseAOTHClass()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4620 JSHandle<ClassLiteral> classLiteral(thread_, header); in NewClassLiteral() local