Home
last modified time | relevance | path

Searched defs:lexenv (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DsymbolTable.h33 ArenaMap<uint32_t, std::pair<std::string, int>> lexenv; // lexenv: <slot, <name, type>> member
DpatchFix.cpp300 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable() local
479 auto &lexenv = bytecodeInfo.lexenv; in CompareLexenv() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp390 const JSHandle<JSTaggedValue> &lexenv) in DefineClassFromExtractor()
476 const JSHandle<JSTaggedValue> &lexenv, in DefineClassWithIHClass()
591const JSHandle<JSTaggedValue> &lexenv) in CreateJSFunctionFromTemplate()
605const JSHandle<JSTaggedValue> &lexenv) in BuildDictionaryProperties()
717const JSHandle<JSTaggedValue> &lexenv, JSHandle<TaggedArray> &elements) in HandleElementsProperties()
931const JSHandle<JSTaggedValue> &lexenv) in CreateSFunctionFromTemplate()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1117 JSTaggedValue base, JSTaggedValue lexenv) in ResolveClass()
1128 JSTaggedValue lexenv) in CloneClassFromTemplate()
1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
Dinterpreter-inl.cpp5100 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in RunInternal() local
Dinterpreter_assembly.cpp4585 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h858 const JSHandle<JSTaggedValue> &lexenv) in RuntimeResolveClass()
887 const JSHandle<JSTaggedValue> &lexenv) in RuntimeCloneClassFromTemplate()
932 const JSHandle<JSTaggedValue> &lexenv, in RuntimeCreateClassWithBuffer()
Druntime_stubs.cpp1511 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp393 compiler::VReg lexenv = pg->LexEnv(); in Compile() local
Dpandagen.cpp1488 VReg lexenv, VReg base) in DefineClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp739 …on> ObjectFactory::CloneClassCtor(JSHandle<JSFunction> ctor, const JSHandle<JSTaggedValue> &lexenv, in CloneClassCtor()