Searched defs:lexenv (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ |
D | symbolTable.h | 33 ArenaMap<uint32_t, std::pair<std::string, int>> lexenv; // lexenv: <slot, <name, type>> member
|
D | patchFix.cpp | 287 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable() local 458 auto &lexenv = bytecodeInfo.lexenv; in CompareLexenv() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 332 const JSHandle<JSTaggedValue> &lexenv) in DefineClassFromExtractor() 419 const JSHandle<JSTaggedValue> &lexenv, in DefineClassWithIHClass() 515 … const JSHandle<JSTaggedValue> &lexenv) in BuildDictionaryProperties()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 1076 JSTaggedValue base, JSTaggedValue lexenv) in ResolveClass() 1087 JSTaggedValue lexenv) in CloneClassFromTemplate() 1099 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
|
D | interpreter-inl.h | 4965 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in RunInternal() local
|
D | interpreter_assembly.cpp | 4496 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 760 const JSHandle<JSTaggedValue> &lexenv) in RuntimeResolveClass() 788 const JSHandle<JSTaggedValue> &lexenv) in RuntimeCloneClassFromTemplate() 825 const JSHandle<JSTaggedValue> &lexenv, in RuntimeCreateClassWithBuffer()
|
D | runtime_stubs.cpp | 957 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 589 …on> ObjectFactory::CloneClassCtor(JSHandle<JSFunction> ctor, const JSHandle<JSTaggedValue> &lexenv, in CloneClassCtor()
|