Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h391 TypedCallTargetCheckOp GetTypedCallTargetCheckOp(GateRef gate) const;
Dgate_accessor.cpp168 TypedCallTargetCheckOp GateAccessor::GetTypedCallTargetCheckOp(GateRef gate) const in GetTypedCallTargetCheckOp() function in panda::ecmascript::kungfu::GateAccessor
172 return gatePtr->GetTypedCallTargetCheckMetaData()->GetTypedCallTargetCheckOp(); in GetTypedCallTargetCheckOp()
Dgate_meta_data.h777 TypedCallTargetCheckOp GetTypedCallTargetCheckOp() const in GetTypedCallTargetCheckOp() function
Dtype_mcr_lowering.cpp136 TypedCallTargetCheckOp Op = acc_.GetTypedCallTargetCheckOp(gate); in LowerJSCallTargetCheck()