Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h74 env->GetCircuit()->SetFrameType(FrameType::BASELINE_BUILTIN_FRAME); \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.cpp144 circuit->SetFrameType(frameType); in GenerateCode()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.h66 void SetFrameType(panda::ecmascript::FrameType type);
H A Dinterpreter_stub.h234 env->GetCircuit()->SetFrameType(FrameType::ASM_INTERPRETER_FRAME); \
H A Dcircuit.cpp488 void Circuit::SetFrameType(panda::ecmascript::FrameType type) in SetFrameType() function in panda::ecmascript::kungfu::Circuit
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp345 circuit->SetFrameType(frameType); in GenerateCode()

Completed in 8 milliseconds