Lines Matching defs:RUNTIME_FUNCTION
12 RUNTIME_FUNCTION(Runtime_Multiply) {
21 RUNTIME_FUNCTION(Runtime_Divide) {
30 RUNTIME_FUNCTION(Runtime_Modulus) {
39 RUNTIME_FUNCTION(Runtime_Add) {
48 RUNTIME_FUNCTION(Runtime_Subtract) {
57 RUNTIME_FUNCTION(Runtime_ShiftLeft) {
66 RUNTIME_FUNCTION(Runtime_ShiftRight) {
75 RUNTIME_FUNCTION(Runtime_ShiftRightLogical) {
85 RUNTIME_FUNCTION(Runtime_BitwiseAnd) {
94 RUNTIME_FUNCTION(Runtime_BitwiseOr) {
103 RUNTIME_FUNCTION(Runtime_BitwiseXor) {
111 RUNTIME_FUNCTION(Runtime_Equal) {
121 RUNTIME_FUNCTION(Runtime_NotEqual) {
131 RUNTIME_FUNCTION(Runtime_StrictEqual) {
139 RUNTIME_FUNCTION(Runtime_StrictNotEqual) {
147 RUNTIME_FUNCTION(Runtime_LessThan) {
157 RUNTIME_FUNCTION(Runtime_GreaterThan) {
167 RUNTIME_FUNCTION(Runtime_LessThanOrEqual) {
177 RUNTIME_FUNCTION(Runtime_GreaterThanOrEqual) {
187 RUNTIME_FUNCTION(Runtime_InstanceOf) {