Home
last modified time | relevance | path

Searched refs:SetFpDelta (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h293 uint64_t SetFpDelta(uint64_t extraLitearalInfo, int32_t delta) in SetFpDelta() function in panda::ecmascript::Method
386 void SetFpDelta(int32_t delta) in SetFpDelta() function in panda::ecmascript::Method
389 uint64_t newValue = SetFpDelta(extraLiteralInfo, delta); in SetFpDelta()
H A Dobject_factory.cpp2016 method->SetFpDelta(0); in InitializeMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp377 method->SetFpDelta(fpDelta); in SetAOTMainFuncEntry()
412 method->SetFpDelta(entry.fpDeltaPrevFrameSp_); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp241 destMethod->SetFpDelta(0); in ReplaceMethod()

Completed in 14 milliseconds