Home
last modified time | relevance | path

Searched defs:HeapAlloc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1624 void NewObjectStubBuilder::HeapAlloc(Variable *result, Label *exit, RegionSpaceFlag spaceType, Gate… in HeapAlloc() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dmcr_circuit_builder.cpp1233 GateRef CircuitBuilder::HeapAlloc(GateRef glue, GateRef size, GateType type, RegionSpaceFlag flag) in HeapAlloc() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp110 DEF_RUNTIME_STUBS(HeapAlloc) in DEF_RUNTIME_STUBS() argument