Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c1090 read_object(RFILE *p) in read_object() function
1312 result = read_object(&rf); in marshal_load()
1365 result = read_object(&rf); in marshal_loads()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c121 read_object(read_ctx *ctx) in read_object() function
402 var->pointer_initializer = read_object(ctx); in read_variable()
784 dst->reg.reg = read_object(ctx); in read_dest()
1075 deref->var = read_object(ctx); in read_deref()
1679 nir_function *callee = read_object(ctx); in read_call()
/external/python/cpython3/Python/
Dmarshal.c1450 read_object(RFILE *p) in read_object() function
1709 result = read_object(&rf); in marshal_load()
1769 result = read_object(&rf); in marshal_loads_impl()