Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h231 TypedCallTargetCheckOp GetTypedCallTargetCheckOp() const in GetTypedCallTargetCheckOp() function
Dgate_accessor.h406 TypedCallTargetCheckOp GetTypedCallTargetCheckOp(GateRef gate) const;
Dgate.cpp900 auto typedOp = GetTypedCallTargetCheckMetaData()->GetTypedCallTargetCheckOp(); in PrintWithBytecode()
Dgate_accessor.cpp335 TypedCallTargetCheckOp GateAccessor::GetTypedCallTargetCheckOp(GateRef gate) const in GetTypedCallTargetCheckOp() function in panda::ecmascript::kungfu::GateAccessor
339 return gatePtr->GetTypedCallTargetCheckMetaData()->GetTypedCallTargetCheckOp(); in GetTypedCallTargetCheckOp()
Dtyped_hcr_lowering.cpp189 TypedCallTargetCheckOp Op = acc_.GetTypedCallTargetCheckOp(gate); in LowerJSCallTargetCheck()