Home
last modified time | relevance | path

Searched defs:numSlots (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlexical_env.h34 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
Dobject_factory-inl.h94 LexicalEnv *ObjectFactory::InlineNewLexicalEnv(int numSlots) in InlineNewLexicalEnv()
Dobject_factory.cpp1878 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp28 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv()