HomeSort by relevance Sort by last modified time
    Searched full:registerfile (Results 1 - 11 of 11) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 197 if (registerFile().status())
198 return registerFile().status();
204 Scratch regs(registerFile());
230 Scratch scratches(registerFile());
234 if (registerFile().status())
235 return registerFile().status();
250 if (registerFile().status())
251 return registerFile().status();
289 if (registerFile().status())
290 return registerFile().status()
    [all...]
GGLAssembler.h 50 class RegisterFile;
53 RegisterFile& registerFile();
59 class RegisterFile
62 RegisterFile(int arch);
63 RegisterFile(const RegisterFile& rhs, int arch);
64 ~RegisterFile();
68 bool operator == (const RegisterFile& rhs) const;
69 bool operator != (const RegisterFile& rhs) const
    [all...]
texturing.cpp 74 Scratch scratches(registerFile());
202 Scratch scratches(registerFile());
362 Scratch scratches(registerFile());
437 Spill spill(registerFile(), *this, spill_list);
456 Scratch scratches(registerFile());
467 if (registerFile().status() & RegisterFile::OUT_OF_REGISTERS)
478 if (registerFile().status() & RegisterFile::OUT_OF_REGISTERS)
519 if (registerFile().status() & RegisterFile::OUT_OF_REGISTERS
    [all...]
blending.cpp 37 Scratch scratches(registerFile());
90 Scratch scratches(registerFile());
442 Scratch scratches(registerFile());
460 Scratch scratches(registerFile());
570 Scratch scratches(registerFile());
load_store.cpp 67 Scratch scratches(registerFile());
251 Scratch scratches(registerFile());
  /external/chromium_org/v8/test/webkit/
call-apply-crash-expected.txt 24 Test to ensure that the registerfile is grown correctly when calling apply
call-apply-crash.js 24 description("Test to ensure that the registerfile is grown correctly when calling apply");
  /external/chromium_org/v8/test/webkit/fast/js/
exception-registerfile-shrink-expected.txt 24 Test for REGRESSION(r60392): Registerfile can be unwound too far following an exception. If the test doesn't crash, you pass.
exception-registerfile-shrink.js 25 "Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=41948'>REGRESSION(r60392): Registerfile can be unwound too far following an exception</a>. If the test doesn't crash, you pass."
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.cc 240 void RegisterFile(const char* file, RegistrationFunc* registration_func);
277 void GeneratedMessageFactory::RegisterFile(
347 GeneratedMessageFactory::singleton()->RegisterFile(filename,
  /external/protobuf/src/google/protobuf/
message.cc 202 void RegisterFile(const char* file, RegistrationFunc* registration_func);
239 void GeneratedMessageFactory::RegisterFile(
308 GeneratedMessageFactory::singleton()->RegisterFile(filename,

Completed in 149 milliseconds