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 | 300 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable() local 471 auto &lexenv = bytecodeInfo.lexenv; in CompareLexenv() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 394 const JSHandle<JSTaggedValue> &lexenv) in DefineClassFromExtractor() 480 const JSHandle<JSTaggedValue> &lexenv, in DefineClassWithIHClass() 595 … const JSHandle<JSTaggedValue> &lexenv) in CreateJSFunctionFromTemplate() 615 … const JSHandle<JSTaggedValue> &lexenv) in BuildDictionaryProperties() 727 … const JSHandle<JSTaggedValue> &lexenv, JSHandle<TaggedArray> &elements) in HandleElementsProperties()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 862 const JSHandle<JSTaggedValue> &lexenv) in RuntimeResolveClass() 891 const JSHandle<JSTaggedValue> &lexenv) in RuntimeCloneClassFromTemplate() 942 const JSHandle<JSTaggedValue> &lexenv, in DefineInterfaceTypeOwnProperty() 963 const JSHandle<JSTaggedValue> &lexenv, in EntranceForDefineClass() 979 const JSHandle<JSTaggedValue> &lexenv, in RuntimeCreateClassWithBuffer()
|
| D | runtime_stubs.cpp | 1510 …JSHandle<JSTaggedValue> lexenv = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1117 JSTaggedValue base, JSTaggedValue lexenv) in ResolveClass() 1128 JSTaggedValue lexenv) in CloneClassFromTemplate() 1140 JSTaggedValue lexenv, JSTaggedValue constpool, in CreateClassWithBuffer()
|
| D | interpreter-inl.cpp | 5147 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in RunInternal() local
|
| D | interpreter_assembly.cpp | 4629 JSTaggedValue lexenv = GET_VREG_VALUE(v0); in HandleDeprecatedDefineclasswithbufferPrefId16Imm16Imm16V8V8() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 394 compiler::VReg lexenv = pg->LexEnv(); in Compile() local
|
| D | pandagen.cpp | 1489 VReg lexenv, VReg base) in DefineClassWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 764 …on> ObjectFactory::CloneClassCtor(JSHandle<JSFunction> ctor, const JSHandle<JSTaggedValue> &lexenv, in CloneClassCtor()
|