Home
last modified time | relevance | path

Searched refs:NewMachineCodeObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp123 JSHandle<MachineCode> codeObj = factory->NewMachineCodeObject(0, nullptr); in HWTEST_F_L0()
174 JSHandle<MachineCode> codeObj = factory->NewMachineCodeObject(0, nullptr); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h487 JSHandle<MachineCode> NewMachineCodeObject(size_t length, const uint8_t *data);
Dobject_factory.cpp3196 JSHandle<MachineCode> ObjectFactory::NewMachineCodeObject(size_t length, const uint8_t *data) in NewMachineCodeObject() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp978 JSHandle<MachineCode> machineCode = factory->NewMachineCodeObject(16, nullptr); in HWTEST_F_L0()