Home
last modified time | relevance | path

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

/external/v8/src/
Dregister-configuration.cc247 int other_index) const { in AreAliases()
251 return index == other_index; in AreAliases()
257 return index == other_index >> shift; in AreAliases()
260 return index >> shift == other_index; in AreAliases()
Dregister-configuration.h129 MachineRepresentation other_rep, int other_index) const;
/external/v8/src/wasm/
Dmodule-decoder.cc760 uint32_t other_index = global->init.val.global_index; in DecodeGlobalInModule() local
761 if (other_index >= index) { in DecodeGlobalInModule()
765 index, other_index); in DecodeGlobalInModule()
766 } else if (module->globals[other_index].type != global->type) { in DecodeGlobalInModule()
770 other_index, WasmOpcodes::TypeName(global->type), in DecodeGlobalInModule()
771 WasmOpcodes::TypeName(module->globals[other_index].type)); in DecodeGlobalInModule()
/external/mesa3d/src/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/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h221 const int other_index = in Equals() local
223 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/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h222 const int other_index = in Equals() local
224 return index_ == other_index; in Equals()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/v8/testing/gtest/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.h246 const int other_index = in Equals() local
248 return index_ == other_index; in Equals()
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8718 const int other_index =
8720 return index_ == other_index;
/external/fmtlib/test/gtest/
Dgtest.h10221 const int other_index =
10223 return index_ == other_index;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h10222 const int other_index =
10224 return index_ == other_index;