Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp107 circuit->SetFrameType(FrameType::OPTIMIZED_JS_FUNCTION_FRAME); in GenerateCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h177 env->GetCircuit()->SetFrameType(FrameType::ASM_INTERPRETER_FRAME); \
Dcircuit.h66 void SetFrameType(panda::ecmascript::FrameType type);
Dcircuit.cpp445 void Circuit::SetFrameType(panda::ecmascript::FrameType type) in SetFrameType() function in panda::ecmascript::kungfu::Circuit
Dllvm_codegen.cpp290 circuit->SetFrameType(FrameType::OPTIMIZED_JS_FUNCTION_FRAME); in GenerateCode()