Home
last modified time | relevance | path

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

/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dapi.c2231 PMC * const pbc_cache = VTABLE_get_pmc_keyed_int(interp, in compile_file() local
2238 VTABLE_set_pmc_keyed_str(interp, pbc_cache, path, pf_pmc); in compile_file()
2272 PMC * const pbc_cache = VTABLE_get_pmc_keyed_int(interp, in load_file() local
2276 VTABLE_set_pmc_keyed_str(interp, pbc_cache, path, pf_pmc); in load_file()
2467 PMC * const pbc_cache = VTABLE_get_pmc_keyed_int(interp, in Parrot_pf_load_bytecode_search() local
2474 if (VTABLE_exists_keyed_str(interp, pbc_cache, path)) in Parrot_pf_load_bytecode_search()
2475 return VTABLE_get_pmc_keyed_str(interp, pbc_cache, path); in Parrot_pf_load_bytecode_search()
2479 VTABLE_set_pmc_keyed_str(interp, pbc_cache, path, pfview); in Parrot_pf_load_bytecode_search()