Searched refs:_gst_compiled_block_class (Results 1 – 8 of 8) sorted by relevance
359 if (!IS_CLASS (blockOOP, _gst_compiled_block_class)) in check_inner_block()1297 if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in _gst_verify_sent_method()1364 else if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in _gst_verify_method()1727 if (OOP_CLASS (methodOOP) != _gst_compiled_block_class) in _gst_verify_method()1889 if (sp[-1] != _gst_compiled_block_class in _gst_verify_method()
107 if UNCOMMON (obj->objClass == _gst_compiled_block_class)
360 extern OOP _gst_compiled_block_class ATTRIBUTE_HIDDEN;
100 OOP _gst_compiled_block_class = NULL; variable496 {&_gst_compiled_block_class, &_gst_compiled_code_class,
1173 gst_interpreter_proxy.compiledBlockClass = _gst_compiled_block_class; in _gst_init_vmproxy()
2848 else if (IS_CLASS (lit->data[i], _gst_compiled_block_class)) in method_new()2897 block = (gst_compiled_block) instantiate_with (_gst_compiled_block_class, in _gst_block_new()
5661 if (OOP_CLASS (methodOOP) != _gst_compiled_block_class) \5847 if (sp[-1] != _gst_compiled_block_class \
3589 if (OOP_CLASS (methodOOP) == _gst_compiled_block_class) in translate_method()