Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp38 void PushRawValue(uintptr_t value) in PushRawValue() function in panda::ecmascript::FrameWriter
531 frameWriter.PushRawValue(outputCount); in ConstructAsmInterpretFrame()
536 frameWriter.PushRawValue(stackContext_.callerFp_); in ConstructAsmInterpretFrame()
537 frameWriter.PushRawValue(stackContext_.returnAddr_); in ConstructAsmInterpretFrame()
538 frameWriter.PushRawValue(stackContext_.callFrameTop_); in ConstructAsmInterpretFrame()
539 frameWriter.PushRawValue(inlineDepth_); in ConstructAsmInterpretFrame()

Completed in 3 milliseconds