Searched refs:at_put_cache_spec (Results 1 – 3 of 3) sorted by relevance
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/ |
H A D | vm.inl | 1230 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 1244 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP); 6015 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 6029 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP); 7064 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 7078 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP); 11645 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 11659 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP); 12441 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 12455 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP);
|
H A D | vm.def | 488 && !cached_index_oop_put_primitive (rec, idx, val, at_put_cache_spec)) 502 at_put_cache_spec = CLASS_INSTANCE_SPEC (classOOP);
|
H A D | interp.c | 233 static intptr_t at_put_cache_spec; variable
|