Lines Matching defs:callField
37 uint64_t SetNumArgsWithCallField(uint64_t callField, uint32_t numargs) in SetNumArgsWithCallField()
42 uint64_t SetNativeBit(uint64_t callField, bool isNative) in SetNativeBit()
47 uint64_t SetAotCodeBit(uint64_t callField, bool isCompiled) in SetAotCodeBit()
52 uint64_t SetFastBuiltinBit(uint64_t callField, bool isFastBuiltin) in SetFastBuiltinBit()
57 static bool HaveThisWithCallField(uint64_t callField) in HaveThisWithCallField()
62 static bool HaveNewTargetWithCallField(uint64_t callField) in HaveNewTargetWithCallField()
67 bool HaveExtraWithCallField(uint64_t callField) in HaveExtraWithCallField()
72 static bool HaveFuncWithCallField(uint64_t callField) in HaveFuncWithCallField()
77 bool IsNativeWithCallField(uint64_t callField) const in IsNativeWithCallField()
82 bool OnlyHaveThisWithCallField(uint64_t callField) const in OnlyHaveThisWithCallField()
87 bool OnlyHaveNewTagetAndThisWithCallField(uint64_t callField) const in OnlyHaveNewTagetAndThisWithCallField()
92 static uint32_t GetNumArgsWithCallField(uint64_t callField) in GetNumArgsWithCallField()
107 static uint64_t SetIsFastCall(uint64_t callField, bool isFastCall) in SetIsFastCall()
112 static bool IsFastCall(uint64_t callField) in IsFastCall()
119 uint64_t callField = GetCallField(); in SetNumArgsWithCallField() local
126 uint64_t callField = GetCallField(); in SetNativeBit() local
133 uint64_t callField = GetCallField(); in SetAotCodeBit() local
140 uint64_t callField = GetCallField(); in SetFastBuiltinBit() local
147 uint64_t callField = GetCallField(); in HaveThisWithCallField() local
153 uint64_t callField = GetCallField(); in HaveNewTargetWithCallField() local
159 uint64_t callField = GetCallField(); in HaveExtraWithCallField() local
165 uint64_t callField = GetCallField(); in HaveFuncWithCallField() local
171 uint64_t callField = GetCallField(); in IsNativeWithCallField() local
177 uint64_t callField = GetCallField(); in IsAotWithCallField() local
185 uint64_t callField = GetCallField(); in OnlyHaveThisWithCallField() local
191 uint64_t callField = GetCallField(); in OnlyHaveNewTagetAndThisWithCallField() local
195 static uint32_t GetNumVregsWithCallField(uint64_t callField) in GetNumVregsWithCallField()
202 uint64_t callField = GetCallField(); in GetNumVregsWithCallField() local
208 uint64_t callField = GetCallField(); in GetNumArgsWithCallField() local