Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlexical_env.h34 static size_t ComputeSize(uint32_t numSlots) in ComputeSize()
Dobject_factory-inl.h104 LexicalEnv *ObjectFactory::InlineNewLexicalEnv(int numSlots) in InlineNewLexicalEnv()
Dobject_factory.cpp2071 JSHandle<LexicalEnv> ObjectFactory::NewLexicalEnv(int numSlots) in NewLexicalEnv()
/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp131 auto numSlots {[](size_t bytes) -> size_t { in PrepareOsrEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp34 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef p… in NewLexicalEnv()