Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-parser.cpp497 curr_func_->body_location.begin = GetCurrentPosition(false); in ParseFunctionCode()
501 curr_func_->body_presence = true; in ParseFunctionCode()
513 curr_func_->body_location.end = GetCurrentPosition(true); in ParseFunctionCode()
519 curr_ins_ = &curr_func_->ins.emplace_back(); in ParseFunctionCode()
527 curr_func_->body_location.end = GetCurrentPosition(true); in ParseFunctionCode()
596 metadata_ = curr_func_->metadata.get(); in ParseAsFunction()
599 curr_func_->body_location.begin = GetCurrentPosition(false); in ParseAsFunction()
610 curr_func_->body_presence = true; in ParseAsFunction()
617 curr_func_->body_location.end = GetCurrentPosition(true); in ParseAsFunction()
637 curr_func_ in ParseAsBraceRight()
[all...]
H A Dassembly-parser.h95 panda::pandasm::Function *curr_func_ = nullptr; member in panda::pandasm::Parser

Completed in 3 milliseconds