Searched refs:GetByteCodeOpcode (Results 1 – 15 of 15) sorted by relevance
39 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in VisitGate()139 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in SearchStLexVar()194 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(curEnv); in caclulateDistanceToTarget()232 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(current); in LookUpNotDomStLexVarOrCall()328 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(func); in TryGetReplaceEnv()
91 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
55 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()291 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()317 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
130 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsNotLoadStrOrStringLoadElement()
65 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()266 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
95 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedBooleanType()174 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedNumberType()218 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedStringType()945 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreObjByNameTypeInfoAccessor()1224 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in LoadBulitinObjTypeInfoAccessor()1332 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreBulitinObjTypeInfoAccessor()
63 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()684 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()694 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
750 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor754 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()1902 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()1923 EcmaOpcode ecmaOpcode = GetByteCodeOpcode(gate); in IsConstString()1961 ASSERT(GetByteCodeOpcode(gate) == EcmaOpcode::LDA_STR_ID16); in GetStringIdFromLdaStrGate()1983 EcmaOpcode ecmaop = GetByteCodeOpcode(gate); in IsCreateArray()
118 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()733 auto opcode = acc_.GetByteCodeOpcode(gate); in LowerTypedStObjByName()1457 return acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISTRUE_PREF_IMM8 || in IsTrueOrFalseHasProfileType()1458 acc_.GetByteCodeOpcode(gate) == EcmaOpcode::CALLRUNTIME_ISFALSE_PREF_IMM8; in IsTrueOrFalseHasProfileType()1767 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()1768 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()2134 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()2160 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
445 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
35 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallInfo()1328 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(argumentsList); in TryInlineReflectConstruct()
232 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()3086 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()3100 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
613 if (Bytecodes::IsCallOp(acc_.GetByteCodeOpcode(gate))) { in CallTargetCheck()
35 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()108 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in InferAccessObjByValue()