Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp405 BlockNode *origBody = func.GetBody(); in LowerFunc() local
406 DEBUG_ASSERT(origBody != nullptr, "nullptr check"); in LowerFunc()
407 BlockNode *newBody = LowerBlock(*origBody); in LowerFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp924 BlockNode *origBody = func.GetBody(); in LowerFunc() local
925 CHECK_FATAL(origBody != nullptr, "origBody should not be nullptr"); in LowerFunc()
927 BlockNode *newBody = LowerBlock(*origBody); in LowerFunc()

Completed in 3 milliseconds