Home
last modified time | relevance | path

Searched defs:AllocateInYoung (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1544 void NewObjectStubBuilder::AllocateInYoung(Variable *result, Label *exit, GateRef hclass) in AllocateInYoung() function in panda::ecmascript::kungfu::NewObjectStubBuilder
1559 void NewObjectStubBuilder::AllocateInYoung(Variable *result, Label *error, Label *noError, GateRef … in AllocateInYoung() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp120 DEF_RUNTIME_STUBS(AllocateInYoung) in DEF_RUNTIME_STUBS() argument