Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp60 factory->SetMachineCodeObjectData(machineCode, 100, desc, method, relocInfo); in HWTEST_F_L0()
81 factory->SetMachineCodeObjectData(machineCode, 100, desc, method, relocInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp272 machineCodeObj = hostThread_->GetEcmaVM()->GetFactory()->SetMachineCodeObjectData( in InstallCode()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h580 JSHandle<MachineCode> SetMachineCodeObjectData(TaggedObject *obj, size_t length,
Dobject_factory.cpp4248 return SetMachineCodeObjectData(obj, length, desc, method, relocInfo); in NewMachineCodeObject()
4251 JSHandle<MachineCode> ObjectFactory::SetMachineCodeObjectData(TaggedObject *obj, size_t length, in SetMachineCodeObjectData() function in panda::ecmascript::ObjectFactory