Searched refs:GetByteCodeOpcode (Results 1 – 16 of 16) 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()231 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(current); in LookUpNotDomStLexVarOrCall()326 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(func); in TryGetReplaceEnv()
30 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunNativeInlineLowering()68 if (acc_.GetByteCodeOpcode(gate) != EcmaOpcode::CALLTHIS1_IMM8_V8_V8) { in TryInlineStringFromCharCode()100 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunArrayForeachInline()175 EcmaOpcode ecmaop = acc_.GetByteCodeOpcode(gate); in IsCreateArray()
49 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()224 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()247 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
91 EcmaOpcode GetByteCodeOpcode() const in GetByteCodeOpcode() function
49 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedType()83 EcmaOpcode ecmaOpcode = acc.GetByteCodeOpcode(gate); in IsTrustedStringType()484 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreObjByNameTypeInfoAccessor()639 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in LoadBulitinObjTypeInfoAccessor()719 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in StoreBulitinObjTypeInfoAccessor()
106 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsNotLoadStrOrStringLoadElement()
62 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable()263 accessor_.GetByteCodeOpcode(curGate) == EcmaOpcode::RESUMEGENERATOR) { in CheckResumeInLoopBody()
75 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall()687 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver()697 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue()
735 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode() function in panda::ecmascript::kungfu::GateAccessor739 return gatePtr->GetJSBytecodeMetaData()->GetByteCodeOpcode(); in GetByteCodeOpcode()1816 auto bc = GetByteCodeOpcode(gate); in IsHeapObjectFromElementsKind()1837 EcmaOpcode ecmaOpcode = GetByteCodeOpcode(gate); in IsConstString()1854 ASSERT(GetByteCodeOpcode(gate) == EcmaOpcode::LDA_STR_ID16); in GetStringIdFromLdaStrGate()1876 EcmaOpcode ecmaop = GetByteCodeOpcode(gate); in IsCreateArray()
90 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()567 auto opcode = acc_.GetByteCodeOpcode(gate); in LowerTypedStObjByName()1423 …if (op == OpCode::JS_BYTECODE && (acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM8_ID16… in CheckCallTargetAndLowerCall()1424 … acc_.GetByteCodeOpcode(func) == EcmaOpcode::DEFINEFUNC_IMM16_ID16_IMM8)) { in CheckCallTargetAndLowerCall()1723 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()1747 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo()
442 EcmaOpcode GetByteCodeOpcode(GateRef gate) const;
214 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower()2704 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()2718 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling()
497 if (Bytecodes::IsCallOp(acc_.GetByteCodeOpcode(gate))) { in CallTargetCheck()
45 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Analyse()135 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsThisFromSuperCall()183 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CheckSimpleJSGate()287 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in HasEscapedThis()
40 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer()91 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()198 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in InferAccessObjByValue()