Searched refs:ecmaOpcode (Results 1 – 11 of 11) sorted by relevance
45 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Analyse() local46 switch (ecmaOpcode) { in Analyse()133 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsThisFromSuperCall() local134 switch (ecmaOpcode) { in IsThisFromSuperCall()181 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CheckSimpleJSGate() local182 switch (ecmaOpcode) { in CheckSimpleJSGate()285 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in HasEscapedThis() local286 switch (ecmaOpcode) { in HasEscapedThis()
73 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in RunTypeInfer() local74 switch (ecmaOpcode) { in RunTypeInfer()
47 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower() local50 switch (ecmaOpcode) { in Lower()251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local252 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()271 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local272 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()
42 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CandidateInlineCall() local43 switch (ecmaOpcode) { in CandidateInlineCall()160 auto ecmaOpcode = ctx_->GetByteCodes()->GetOpcode(pc); in FilterInlinedMethod() local161 switch (ecmaOpcode) { in FilterInlinedMethod()656 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetAccessorReceiver() local657 if (UNLIKELY(ecmaOpcode == EcmaOpcode::STTHISBYNAME_IMM8_ID16 || in GetAccessorReceiver()658 ecmaOpcode == EcmaOpcode::STTHISBYNAME_IMM16_ID16)) { in GetAccessorReceiver()666 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in GetCallSetterValue() local667 if (ecmaOpcode == EcmaOpcode::STTHISBYNAME_IMM8_ID16 || in GetCallSetterValue()668 ecmaOpcode == EcmaOpcode::STTHISBYNAME_IMM16_ID16) { in GetCallSetterValue()[all …]
101 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CollectLiteralGT() local103 switch (ecmaOpcode) { in CollectLiteralGT()161 EcmaOpcode ecmaOpcode = bytecodes_->GetOpcode(pcOffsets_[bcIdx]); in CreateTypesForPGO() local162 if (jsPandaFile->HasTSTypes(recordName) && Bytecodes::IsCallOp(ecmaOpcode)) { in CreateTypesForPGO()
100 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in IsTrustedType() local101 switch (ecmaOpcode) { in IsTrustedType()128 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower() local131 AddBytecodeCount(ecmaOpcode); in Lower()132 switch (ecmaOpcode) { in Lower()294 DeleteBytecodeCount(ecmaOpcode); in Lower()1469 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local1470 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()1489 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local1490 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()
251 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in CollectGateTypeLogInfo() local252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
61 EcmaOpcode ecmaOpcode = accessor_.GetByteCodeOpcode(gate); in ProcessJumpTable() local62 if (ecmaOpcode == EcmaOpcode::RESUMEGENERATOR) { in ProcessJumpTable()
663 bool IsBc(EcmaOpcode ecmaOpcode) const in IsBc() argument665 return metaData_.GetOpcode() == ecmaOpcode; in IsBc()
195 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in Lower() local199 switch (ecmaOpcode) { in Lower()2795 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local2796 …if ((ecmaOpcode == EcmaOpcode::SUSPENDGENERATOR_V8 || ecmaOpcode == EcmaOpcode::RESUMEGENERATOR) && in AddProfiling()2800 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()2809 EcmaOpcode ecmaOpcode = acc_.GetByteCodeOpcode(gate); in AddProfiling() local2810 …if ((ecmaOpcode == EcmaOpcode::SUSPENDGENERATOR_V8 || ecmaOpcode == EcmaOpcode::RESUMEGENERATOR) && in AddProfiling()2814 auto ecmaOpcodeGate = builder_.Int32(static_cast<uint32_t>(ecmaOpcode)); in AddProfiling()
1899 int ecmaOpcode = GetArg(argv, argc, 0).GetInt(); in DEF_RUNTIME_STUBS() local1901 std::string result = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()1910 EcmaOpcode ecmaOpcode = static_cast<EcmaOpcode>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS() local1913 profiler->Update(ecmaOpcode, mode); in DEF_RUNTIME_STUBS()