Searched refs:GetByteCodeOpcode (Results 1 – 12 of 12) sorted by relevance
45 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Analyse()133 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsThisFromSuperCall()181 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CheckSimpleJSGate()285 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in HasEscapedThis()
73 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()242 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
47 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()271 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
61 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()259 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
42 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()656 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()666 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
100 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsTrustedType()128 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()1162 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()1163 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()1469 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()1489 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
412 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor416 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()1302 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()
165 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()
411 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
686 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
195 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()2795 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()2809 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()