Searched refs:GetByteCodeOpcode (Results 1 – 15 of 15) sorted by relevance
37 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in VisitGate()137 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in SearchStLexVar()192 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(curEnv); in caclulateDistanceToTarget()230 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(current); in LookUpNotDomStLexVarOrCall()326 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(func); in TryGetReplaceEnv()
91 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
53 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()292 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()318 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
130 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsNotLoadStrOrStringLoadElement()
64 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()265 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
92 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedBooleanType()171 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedNumberType()215 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedStringType()962 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreObjByNameTypeInfoAccessor()1253 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in LoadBulitinObjTypeInfoAccessor()1361 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreBulitinObjTypeInfoAccessor()
58 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()687 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()697 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
107 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()399 …if (acc_.GetOpCode(value) == OpCode::JS_BYTECODE && acc_.GetByteCodeOpcode(value) == EcmaOpcode::L… in InternStringCheck()761 auto opcode = acc_.GetByteCodeOpcode(gate); in LowerTypedStObjByName()1524 return acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISTRUE_PREF_IMM8 || in IsTrueOrFalseHasProfileType()1525 acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISFALSE_PREF_IMM8; in IsTrueOrFalseHasProfileType()1853 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()1854 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()2234 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()2260 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
211 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
796 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor800 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()1948 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()1969 EcmaOpcode ecmaOpcode = GetByteCodeOpcode(gate); in IsConstString()2007 ASSERT(GetByteCodeOpcode(gate) == EcmaOpcode::LDA_STR_ID16); in GetStringIdFromLdaStrGate()2029 EcmaOpcode ecmaop = GetByteCodeOpcode(gate); in IsCreateArray()
449 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
24 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallInfo()1332 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(argumentsList); in TryInlineReflectConstruct()
228 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()3023 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()3037 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
637 if (Bytecodes::IsCallOp(acc_.GetByteCodeOpcode(gate))) { in CallTargetCheck()
35 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()110 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in InferAccessObjByValue()