Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc414 int other_index) const { in AreAliases()
418 return index == other_index; in AreAliases()
424 return index == other_index >> shift; in AreAliases()
427 return index >> shift == other_index; in AreAliases()
Dregister-configuration.h145 MachineRepresentation other_rep, int other_index) const;
/external/v8/src/wasm/
Dmodule-decoder.cc980 uint32_t other_index = global->init.val.global_index; in DecodeGlobalInModule() local
981 if (other_index >= index) { in DecodeGlobalInModule()
985 index, other_index); in DecodeGlobalInModule()
986 } else if (module->globals[other_index].type != global->type) { in DecodeGlobalInModule()
990 other_index, ValueTypes::TypeName(global->type), in DecodeGlobalInModule()
991 ValueTypes::TypeName(module->globals[other_index].type)); in DecodeGlobalInModule()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h222 const int other_index = in Equals() local
224 return index_ == other_index; in Equals()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h222 const int other_index = in Equals() local
224 return index_ == other_index; in Equals()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h222 const int other_index = in Equals() local
224 return index_ == other_index; in Equals()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h242 const int other_index = in Equals() local
244 return index_ == other_index; in Equals()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h244 const int other_index = in Equals() local
246 return index_ == other_index; in Equals()
/external/epid-sdk/ext/gtest/
Dgtest.h11300 const int other_index =
11302 return index_ == other_index;