Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp55 using BlockIdx = int32_t; typedef
106 BlockIdx blockIdx = -1;
120 BlockIdx blockIdx;
126 BlockIdx blockIdx = -1) { in sendRequest()
664 const auto blockIdx = static_cast<BlockIdx>(pendingRead.block); in onPendingReadsWithUid()
966 header.blockIdx = static_cast<BlockIdx>(be32toh(*reinterpret_cast<const uint32_t*>(&data[4]))); in readHeader()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3288 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
3289 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3633 unsigned BlockIdx = RefList[i].first; in ParseFunctionBody() local
3634 if (BlockIdx >= FunctionBBs.size()) in ParseFunctionBody()
3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx])); in ParseFunctionBody()