Home
last modified time | relevance | path

Searched refs:SetCurrentFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_impl.h50 void SetCurrentFunction(MIRFunction &func) in SetCurrentFunction() function
54 builder->SetCurrentFunction(func); in SetCurrentFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp97 result.SetCurrentFunction(index); in DeferredCheckFinalClassAndMethod()
123 result.SetCurrentFunction(index); in VerifyModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp138 mirBuilder.SetCurrentFunction(*newFunc); in CloneFunction()
143 mirBuilder.SetCurrentFunction(*originalCurrFunction); in CloneFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp50 SetCurrentFunction(*func); in ProcessFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h59 virtual void SetCurrentFunction(MIRFunction &fun) in SetCurrentFunction() function
380 void SetCurrentFunction(MIRFunction &func) override in SetCurrentFunction() function