Searched defs:lexenv (Results 1 – 11 of 11) 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 | 309 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable() local 487 auto &lexenv = bytecodeInfo.lexenv; in CompareLexenv() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 387 const JSHandle<JSTaggedValue> &lexenv) in DefineClassFromExtractor() 473 const JSHandle<JSTaggedValue> &lexenv, in DefineClassWithIHClass() 588 … const JSHandle<JSTaggedValue> &lexenv) in CreateJSFunctionFromTemplate() 602 … const JSHandle<JSTaggedValue> &lexenv) in BuildDictionaryProperties() 682 … const JSHandle<JSTaggedValue> &lexenv, JSHandle<TaggedArray> &elements) in HandleElementsProperties() 888 … const JSHandle<JSTaggedValue> &lexenv) in CreateSFunctionFromTemplate()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1101 JSTaggedValue base, JSTaggedValue lexenv) in ResolveClass() 1112 JSTaggedValue lexenv) in CloneClassFromTemplate() 1124 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
|
| D | interpreter-inl.cpp | 5078 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 4567 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 831 const JSHandle<JSTaggedValue> &lexenv) in RuntimeResolveClass() 860 const JSHandle<JSTaggedValue> &lexenv) in RuntimeCloneClassFromTemplate() 905 const JSHandle<JSTaggedValue> &lexenv, in RuntimeCreateClassWithBuffer()
|
| D | runtime_stubs.cpp | 1532 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 378 compiler::VReg lexenv = pg->LexEnv(); in Compile() local
|
| D | pandagen.cpp | 1534 VReg lexenv, VReg base) in DefineClassWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 740 …on> ObjectFactory::CloneClassCtor(JSHandle<JSFunction> ctor, const JSHandle<JSTaggedValue> &lexenv, in CloneClassCtor()
|