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

  /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),
test-heap.cc 81 Code::ComputeFlags(Code::STUB),
95 Code::ComputeFlags(Code::STUB),
    [all...]
test-disasm-ia32.cc 463 Code::ComputeFlags(Code::STUB),
  /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...]
debug.cc 48 #include "stub-cache.h"
169 if (code->kind() == Code::STUB) {
392 // construct call or CallFunction stub call.
401 Handle<Code> stub = ComputeCallDebugPrepareStepIn( local
404 original_rinfo()->set_target_address(stub->entry());
406 rinfo()->set_target_address(stub->entry());
419 (maybe_call_function_stub->kind() == Code::STUB &&
426 // Step in through CallFunction stub should also be prepared by caller of
1017 // We must have been calling IC stub. Do not go there anymore
    [all...]
stub-cache.cc 36 #include "stub-cache.h"
68 // the stub cache only contains monomorphic stubs. Make sure that
106 // nonexistent IC stub can be shared for all names for a given map
109 // property cells in the stub and therefore the stub will be
118 // Compile the stub that is either shared for all names or
    [all...]
liveedit.cc 1011 // Check whether the code is natural function code (not a lazy-compile stub
    [all...]
log.cc     [all...]
spaces.cc     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 797 milliseconds