Searched refs:st_lookup (Results 26 - 31 of 31) sorted by relevance

12

/macosx-10.10.1/ruby-106/ruby/
H A Dobject.c1023 if (st_lookup(immediate_frozen_tbl, obj, 0)) return Qtrue;
H A Dvm_insnhelper.c407 st_lookup(RCLASS_CONST_TBL(klass), id, &data)) {
524 if (st_lookup(iv_index_tbl, id, &index)) {
581 if (iv_index_tbl && st_lookup(iv_index_tbl, (st_data_t)id, &index)) {
1121 if (st_lookup(RHASH_TBL(keyword_hash), ID2SYM(iseq->arg_keyword_table[i]), 0)) j++;
H A Darray.c3826 if (st_lookup(RHASH_TBL(hash), RARRAY_PTR(ary1)[i], 0)) continue;
4171 if (st_lookup(memo, id, 0)) {
H A Dcompile.c4341 if (!st_lookup(labels_table, (st_data_t)label_name, &data)) {
5498 if (st_lookup(labels_table, obj, &tmp) == 0) {
5642 if (st_lookup(insn_table, (st_data_t)insn, &insn_id) == 0) {
H A Dvm.inc1819 if (st_lookup(RHASH_TBL(hash), key, &val)) {
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/
H A Dwin32ole.c810 if (st_lookup(tbl, val, &data)) {
1312 if (st_lookup(enc2cp_table, (st_data_t)enc, &data)) {

Completed in 694 milliseconds

12