HomeSort by relevance Sort by last modified time
    Searched refs:STUB (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 5 //STUB function: //eglCreateWindowSurface sentinel attrib_list EGL_NONE
  /external/v8/test/cctest/
test-assembler-ia32.cc 74 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...]
test-assembler-arm.cc 71 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...]
test-hashing.cc 166 Code::ComputeFlags(Code::STUB),
195 Code::ComputeFlags(Code::STUB),
test-assembler-mips.cc 78 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...]
test-assembler-x64.cc 430 Code::ComputeFlags(Code::STUB),
test-disasm-x64.cc 418 Code::ComputeFlags(Code::STUB),
  /external/chromium_org/v8/src/
gdb-jit.h 59 V(STUB) \
compiler.h 219 bool IsStub() const { return mode_ == STUB; }
315 CompilationInfo(HydrogenCodeStub* stub,
331 STUB
383 // For compiled stubs, the stub object
453 CompilationInfoWithZone(HydrogenCodeStub* stub, Isolate* isolate)
454 : CompilationInfo(stub, isolate, &zone_),
frames.h 160 V(STUB, StubFrame) \
635 virtual Type type() const { return STUB; }
compiler.cc 88 CompilationInfo::CompilationInfo(HydrogenCodeStub* stub,
94 Initialize(isolate, STUB, zone);
95 code_stub_ = stub;
118 if (mode == STUB) {
119 mode_ = STUB;
    [all...]
disassembler.cc 253 } else if (kind == Code::STUB) {
259 // Get the STUB key and extract major and minor key.
code-stubs.cc 33 #include "stub-cache.h"
77 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
84 return Code::STUB;
104 // Update the static counter each time a new code stub is generated.
110 // Generate the code for the stub.
184 #define DEF_CASE(name) case name: return #name "Stub";
589 CreateAllocationSiteStub stub; local
590 stub.GetCode(isolate)->set_is_pregenerated(true);
752 static void InstallDescriptor(Isolate* isolate, HydrogenCodeStub* stub) {
753 int major_key = stub->MajorKey()
    [all...]
type-info.cc 35 #include "stub-cache.h"
261 Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
271 Code::STUB, MONOMORPHIC, Code::kNoExtraICState,
344 bool TypeFeedbackOracle::LoadIsStub(Property* expr, ICStub* stub) {
350 return stub->Describes(*code);
380 CompareNilICStub stub(code->extended_extra_ic_state());
381 *combined_type = stub.GetType(isolate_, map);
382 *left_type = *right_type = stub.GetInputType(isolate_, map);
code-stubs.h 129 // Stub is base classes of all stubs.
140 // Retrieve the code for the stub. Generate the code if needed.
143 // Retrieve the code for the stub, make and return a copy of the code.
152 // Gets the major key from a code object that is a code stub or binary op IC.
207 // Generates the assembler code for the stub.
211 // Returns whether the code generated for this stub needs to be allocated as
221 // Perform bookkeeping required after code generation when stub code is
228 // Activate newly generated stub. Is called after
229 // registering stub in the stub cache
2167 ToBooleanStub stub; local
    [all...]
  /external/v8/src/
gdb-jit.h 59 V(STUB) \
code-stubs.cc 32 #include "stub-cache.h"
52 // Update the static counter each time a new code stub is generated.
58 // Generate the code for the stub.
81 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
95 return Code::STUB;
154 #define DEF_CASE(name) case name: return #name "Stub";
disassembler.cc 253 } else if (kind == Code::STUB) {
259 // Get the STUB key and extract major and minor key.
objects-inl.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 65 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...]
test-assembler-arm.cc 62 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),
498 Code::ComputeFlags(Code::STUB),
683 Code::ComputeFlags(Code::STUB),
795 Code::ComputeFlags(Code::STUB),
    [all...]
test-hashing.cc 167 Code::ComputeFlags(Code::STUB),
204 Code::ComputeFlags(Code::STUB),
test-assembler-mips.cc 66 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...]
test-assembler-x64.cc 429 Code::ComputeFlags(Code::STUB),
482 Code::ComputeFlags(Code::STUB),
test-disasm-x64.cc 411 Code::ComputeFlags(Code::STUB),

Completed in 590 milliseconds

1 2 3