Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h406 TypedCallTargetCheckOp GetTypedCallTargetCheckOp(GateRef gate) const;
Dgate_accessor.cpp364 TypedCallTargetCheckOp GateAccessor::GetTypedCallTargetCheckOp(GateRef gate) const in GetTypedCallTargetCheckOp() function in panda::ecmascript::kungfu::GateAccessor
Dtyped_hcr_lowering.cpp232 TypedCallTargetCheckOp Op = acc_.GetTypedCallTargetCheckOp(gate); in LowerJSCallTargetCheck()