Home
last modified time | relevance | path

Searched defs:CreateArrayWithBuffer (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp551 GateRef CircuitBuilder::CreateArrayWithBuffer(ElementsKind kind, ArrayMetaDataAccessor::Mode mode, … in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::CircuitBuilder
Dcall_signature.cpp933 DEF_CALL_SIGNATURE(CreateArrayWithBuffer) in DEF_CALL_SIGNATURE() argument
Dnew_object_stub_builder.cpp2050 GateRef NewObjectStubBuilder::CreateArrayWithBuffer(GateRef glue, GateRef index, GateRef jsFunc, in CreateArrayWithBuffer() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1609 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1309 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp692 JSTaggedValue SlowRuntimeStub::CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSAr… in CreateArrayWithBuffer() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2453 DEF_RUNTIME_STUBS(CreateArrayWithBuffer) in DEF_RUNTIME_STUBS() argument