Searched refs:vmap_encoder (Results 1 – 2 of 2) sorted by relevance
361 Leb128EncodingVector vmap_encoder; in BuildVMapTable() local364 vmap_encoder.Reserve(size + 1u); // All values are likely to be one byte in ULEB128 (<128). in BuildVMapTable()365 vmap_encoder.PushBackUnsigned(size); in BuildVMapTable()366 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()368 *data = vmap_encoder.GetData(); in BuildVMapTable()
1043 Leb128EncodingVector vmap_encoder; in GetCompiledMethod() local1047 vmap_encoder.Reserve(size + 1u); // All values are likely to be one byte in ULEB128 (<128). in GetCompiledMethod()1048 vmap_encoder.PushBackUnsigned(size); in GetCompiledMethod()1053 vmap_encoder.PushBackUnsigned( in GetCompiledMethod()1057 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in GetCompiledMethod()1061 vmap_encoder.PushBackUnsigned(fp_vmap_table_[i] + VmapTable::kEntryAdjustment); in GetCompiledMethod()1068 vmap_encoder.PushBackUnsigned( in GetCompiledMethod()1077 vmap_encoder.PushBackUnsigned(0u); // Size is 0. in GetCompiledMethod()1084 vmap_encoder.GetData(), native_gc_map_, cfi_info.get()); in GetCompiledMethod()