Searched refs:STUB (Results 1 - 25 of 54) sorted by relevance

123

/external/v8/test/cctest/
H A Dtest-assembler-ia32.cc74 Code::ComputeFlags(Code::STUB),
112 Code::ComputeFlags(Code::STUB),
154 Code::ComputeFlags(Code::STUB),
188 Code::ComputeFlags(Code::STUB),
222 Code::ComputeFlags(Code::STUB),
251 Code::ComputeFlags(Code::STUB),
288 Code::ComputeFlags(Code::STUB),
328 Code::ComputeFlags(Code::STUB),
383 Code::ComputeFlags(Code::STUB),
467 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-assembler-arm.cc71 Code::ComputeFlags(Code::STUB),
108 Code::ComputeFlags(Code::STUB),
154 Code::ComputeFlags(Code::STUB),
202 Code::ComputeFlags(Code::STUB),
317 Code::ComputeFlags(Code::STUB),
377 Code::ComputeFlags(Code::STUB),
412 Code::ComputeFlags(Code::STUB),
488 Code::ComputeFlags(Code::STUB),
674 Code::ComputeFlags(Code::STUB),
789 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-hashing.cc166 Code::ComputeFlags(Code::STUB),
195 Code::ComputeFlags(Code::STUB),
H A Dtest-assembler-mips.cc78 Code::ComputeFlags(Code::STUB),
116 Code::ComputeFlags(Code::STUB),
256 Code::ComputeFlags(Code::STUB),
322 Code::ComputeFlags(Code::STUB),
388 Code::ComputeFlags(Code::STUB),
457 Code::ComputeFlags(Code::STUB),
530 Code::ComputeFlags(Code::STUB),
609 Code::ComputeFlags(Code::STUB),
708 Code::ComputeFlags(Code::STUB),
755 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-assembler-x64.cc430 Code::ComputeFlags(Code::STUB),
H A Dtest-disasm-x64.cc418 Code::ComputeFlags(Code::STUB),
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-ia32.cc65 Code::ComputeFlags(Code::STUB),
104 Code::ComputeFlags(Code::STUB),
147 Code::ComputeFlags(Code::STUB),
182 Code::ComputeFlags(Code::STUB),
217 Code::ComputeFlags(Code::STUB),
247 Code::ComputeFlags(Code::STUB),
284 Code::ComputeFlags(Code::STUB),
324 Code::ComputeFlags(Code::STUB),
380 Code::ComputeFlags(Code::STUB),
466 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-macro-assembler-mips.cc96 Code::ComputeFlags(Code::STUB),
H A Dtest-assembler-arm.cc62 Code::ComputeFlags(Code::STUB),
100 Code::ComputeFlags(Code::STUB),
147 Code::ComputeFlags(Code::STUB),
196 Code::ComputeFlags(Code::STUB),
322 Code::ComputeFlags(Code::STUB),
385 Code::ComputeFlags(Code::STUB),
421 Code::ComputeFlags(Code::STUB),
497 Code::ComputeFlags(Code::STUB),
683 Code::ComputeFlags(Code::STUB),
795 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-hashing.cc167 Code::ComputeFlags(Code::STUB),
204 Code::ComputeFlags(Code::STUB),
H A Dtest-macro-assembler-arm.cc96 Code::ComputeFlags(Code::STUB),
223 Code::ComputeFlags(Code::STUB),
H A Dtest-assembler-mips.cc66 Code::ComputeFlags(Code::STUB),
105 Code::ComputeFlags(Code::STUB),
246 Code::ComputeFlags(Code::STUB),
319 Code::ComputeFlags(Code::STUB),
387 Code::ComputeFlags(Code::STUB),
453 Code::ComputeFlags(Code::STUB),
526 Code::ComputeFlags(Code::STUB),
603 Code::ComputeFlags(Code::STUB),
702 Code::ComputeFlags(Code::STUB),
750 Code::ComputeFlags(Code::STUB),
[all...]
H A Dtest-assembler-x64.cc549 Code::ComputeFlags(Code::STUB),
601 Code::ComputeFlags(Code::STUB),
664 Code::ComputeFlags(Code::STUB),
703 Code::ComputeFlags(Code::STUB),
H A Dtest-disasm-x64.cc418 Code::ComputeFlags(Code::STUB),
/external/chromium_org/v8/src/
H A Dgdb-jit.h59 V(STUB) \
H A Dcompiler.h222 bool IsStub() const { return mode_ == STUB; }
343 STUB enumerator in enum:v8::internal::CompilationInfo::Mode
H A Dframes.h160 V(STUB, StubFrame) \
636 virtual Type type() const { return STUB; }
H A Dcompiler.cc102 Initialize(isolate, STUB, zone);
126 if (mode == STUB) {
127 mode_ = STUB;
H A Ddisassembler.cc253 } else if (kind == Code::STUB || kind == Code::HANDLER) {
259 // Get the STUB key and extract major and minor key.
H A Dcode-stubs.cc84 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
91 return Code::STUB;
H A Ddebug.cc169 if (code->kind() == Code::STUB) {
413 if (target_code->kind() == Code::STUB) {
454 (maybe_call_function_stub->kind() == Code::STUB &&
1473 if (maybe_call_function_stub->kind() == Code::STUB &&
1541 // Get the STUB key and extract major and minor key.
1694 if (code->kind() == Code::STUB) {
/external/v8/src/
H A Dgdb-jit.h59 V(STUB) \
H A Dcode-stubs.cc81 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
95 return Code::STUB;
H A Ddisassembler.cc253 } else if (kind == Code::STUB) {
259 // Get the STUB key and extract major and minor key.
H A Dobjects-inl.h2969 ASSERT(is_call_stub() || is_keyed_call_stub() || kind() == STUB);
2975 ASSERT(kind() == STUB ||
2985 ASSERT(kind() == STUB ||
2996 return kind() == STUB && IsPregeneratedField::decode(flags());
3001 ASSERT(kind() == STUB);
3218 ASSERT(kind() == STUB);
3224 ASSERT(kind() == STUB);

Completed in 446 milliseconds

123