HomeSort by relevance Sort by last modified time
    Searched refs:IsA (Results 1 - 15 of 15) sorted by null

  /external/v8/src/asmjs/
asm-types.cc 57 bool AsmType::IsA(AsmType* that) {
58 // IsA is used for querying inheritance relationships. Therefore it is only
68 return as_callable->IsA(that);
142 bool AsmCallableType::IsA(AsmType* other) {
186 if (!arg->IsA(AsmType::Floatish()) && !arg->IsA(AsmType::DoubleQ()) &&
187 !arg->IsA(AsmType::Signed()) && !arg->IsA(AsmType::Unsigned())) {
213 if (!args[ii]->IsA(arg_)) {
245 if (!args[ii]->IsA(AsmType::Extern()))
    [all...]
asm-types.h 121 virtual bool IsA(AsmType* other);
148 bool IsA(AsmType* other) override;
276 // IsA is used to query whether this is an instance of that (i.e., if this is
279 bool IsA(AsmType* that);
290 if (this->IsA(AsmType::Signed())) {
293 if (this->IsA(AsmType::Double())) {
296 if (this->IsA(AsmType::Float())) {
299 if (this->IsA(AsmType::Void())) {
313 if (this->IsA(AsmType::Int())) {
316 if (this->IsA(AsmType::Double()))
    [all...]
asm-typer.cc 172 CHECK(!type_->IsA(AsmType::None()));
851 } else if (target_info->type()->IsA(AsmType::Heap())) {
    [all...]
asm-wasm-builder.cc 686 if (type->IsA(AsmType::Signed())) {
690 } else if (type->IsA(AsmType::Unsigned()) || type->IsA(AsmType::FixNum())) {
694 } else if (type->IsA(AsmType::Int())) {
712 } else if (type->IsA(AsmType::Double())) {
718 } else if (type->IsA(AsmType::Float())) {
    [all...]
  /tools/dexter/slicer/
tryblocks_encoder.cc 65 if (instr->IsA<TryBlockEnd>()) {
  /tools/dexter/slicer/export/slicer/
code_ir.h 119 bool IsA() const {
  /external/protobuf/python/
mox.py 771 mock_dao.RunQuery(StrContains('SELECT'), IsA(int))
790 class IsA(Comparator):
795 mock_dao.Connect(IsA(DbConnectInfo))
799 """Initialize IsA
    [all...]
  /system/update_engine/scripts/update_payload/
checker_unittest.py 293 mox.IsA(list), send_data=sig_data).AndReturn(
    [all...]
  /external/autotest/site_utils/
gs_offloader_unittest.py 106 mox.IsA(cloud_console_client.PubSubBasedClient)).AndReturn(
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1084 milliseconds