Searched refs:GetByteCodeOpcode (Results 1 – 8 of 8) sorted by relevance
58 auto opcode = acc_.GetByteCodeOpcode(gate); in VerifyGuard()82 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsTrustedType()106 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()1088 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
58 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()
179 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor183 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()
40 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in TryInline()
122 auto opcode = gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in PrintAllGatesWithBytecode()
318 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
480 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
266 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()3456 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()3468 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()