Home
last modified time | relevance | path

Searched refs:is_loaded_hash (Results 1 – 1 of 1) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dapi.c2310 PMC *is_loaded_hash; in Parrot_load_language() local
2324 is_loaded_hash = VTABLE_get_pmc_keyed_int(interp, in Parrot_load_language()
2326 if (VTABLE_exists_keyed_str(interp, is_loaded_hash, wo_ext)) in Parrot_load_language()
2337 VTABLE_set_string_keyed_str(interp, is_loaded_hash, in Parrot_load_language()
2398 PMC *is_loaded_hash; in Parrot_load_bytecode() local
2408 is_loaded_hash = VTABLE_get_pmc_keyed_int(interp, in Parrot_load_bytecode()
2411 if (VTABLE_exists_keyed_str(interp, is_loaded_hash, wo_ext)) in Parrot_load_bytecode()
2429 VTABLE_set_string_keyed_str(interp, is_loaded_hash, wo_ext, path); in Parrot_load_bytecode()