HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 526 - 550 of 727) sorted by null

<<21222324252627282930

  /external/llvm/lib/MC/
MCStreamer.cpp 1 //===- lib/MC/MCStreamer.cpp - Streaming Machine Code Output --------------===//
515 void MCStreamer::EmitWin64EHPushFrame(bool Code) {
521 MCWin64EHInstruction Inst(Win64EH::UOP_PushMachFrame, Label, Code);
  /external/v8/tools/
tickprocessor.js 6 // * Redistributions of source code must retain the above copyright
61 * Parser for dynamic code optimization state.
69 throw new Error("unknown code state: " + s);
75 'code-creation': {
78 'code-move': { parsers: [parseInt, parseInt],
80 'code-delete': { parsers: [parseInt],
93 print('Snapshot: Code move event for unknown code: 0x' +
97 print('Snapshot: Code delete event for unknown code: 0x'
    [all...]
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 6 // * Redistributions of source code must retain the above copyright
80 // pure JS code is being executed
185 i::Code* code = function->code(); local
186 return code->contains(addr);
260 // execution of a native function called from JS code. In this case,
303 // execution of JS code. However, as calling TickSample::Trace requires
304 // entering native code, we can only emulate pure JS by erasing
377 // pure native code. TickSample::Trace only unrolls JS code, so we can'
    [all...]
  /external/libffi/src/alpha/
osf.S 309 .byte 0x1 # uleb128 0x1; CIE Code Alignment Factor
  /external/libffi/src/powerpc/
linux64_closure.S 111 # Each of the ret_typeX code fragments has to be exactly 16 bytes long
206 .uleb128 0x1 # CIE Code Alignment Factor
  /external/libffi/src/sparc/
v8.S 209 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
  /external/llvm/include/llvm/MC/
MCStreamer.h 1 //===- MCStreamer.h - High-level Streaming Machine Code Output --*- C++ -*-===//
42 /// MCStreamer - Streaming machine code generation interface. This interface
177 /// emitting code to.
185 /// emitting code to.
228 /// SwitchSection - Set the current section where code is being emitted to
242 /// SwitchSectionNoChange - Set the current section where code is being
308 /// The assignment generates no code, but has the side effect of binding the
497 /// This used to align code where the alignment bytes may be executed. This
585 virtual void EmitWin64EHPushFrame(bool Code);
632 /// Finish - Finish emission of machine code
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 40 /// bulk instead of resolving each reference at a time. See the code in
324 bool ParseAttrKind(uint64_t Code, Attribute::AttrKind *Kind);
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 328 return _mixerCoder->Code(&inStreamPointers.Front(), NULL,
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 330 RINOK(copyCoder->Code(inStream, outStream, NULL, NULL, progress));
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 201 public boolean Code(java.io.InputStream inStream, java.io.OutputStream outStream,
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 9 * 1. Redistributions of source code must retain the above copyright
35 import org.jf.dexlib.Code.Opcode;
381 " instructions are supported - the ones that can exist in a dead code path and not" +
  /external/v8/src/ia32/
assembler-ia32.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
49 // compatible with int, which has caused code-generation bugs.
61 // code generated for some assembly instructions (because they boil down
62 // to a few constants). If this is a problem, we could change the code
65 // and best performance in optimized code.
77 static Register from_code(int code) {
78 ASSERT(code >= 0);
79 ASSERT(code < kNumRegisters);
80 Register r = { code };
    [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 6 // * Redistributions of source code must retain the above copyright
81 // pure JS code is being executed
201 i::Code* code = function->code(); local
202 return code->contains(addr);
274 // execution of a native function called from JS code. In this case,
317 // execution of JS code. However, as calling StackTracer requires
318 // entering native code, we can only emulate pure JS by erasing
391 // pure native code. StackTracer only unrolls JS code, so we can'
    [all...]
  /external/chromium_org/v8/src/
objects-debug.cc 6 // * Redistributions of source code must retain the above copyright
133 Code::cast(this)->CodeVerify();
560 CHECK(code()->IsCode());
643 void Code::CodeVerify() {
659 void Code::VerifyEmbeddedMapsDependency() {
730 // Smi : Not compiled yet (-1) or code prepared for flushing.
732 // Code/ByteArray: Compiled code.
1003 VerifyPointer(code());
    [all...]
heap-snapshot-generator.cc 6 // * Redistributions of source code must retain the above copyright
172 case kCode: return "/code/";
908 Code* code = Code::cast(Code::GetObjectFromEntryAddress(entry_address)); local
909 generator_->SetInternalReference(parent_obj_, parent_, "code", code);
910 generator_->TagObject(code, "(code)");
    [all...]
heap.h 6 // * Redistributions of source code must retain the above copyright
175 V(Code, js_entry_code, JsEntryCode) \
176 V(Code, js_construct_entry_code, JsConstructEntryCode) \
212 V(code_string, ".code") \
506 // code that looks here, because it is faster than loading from the static
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 6 // * Redistributions of source code must retain the above copyright
127 // Run the native code for the InternalArray function called as a normal
155 // Run the native code for the Array function called as a normal function.
297 __ add(r2, r2, Operand(Code::kHeaderSize - kHeapObjectTag));
321 __ add(r2, r0, Operand(Code::kHeaderSize - kHeapObjectTag));
384 // Try to allocate the object without transitioning into C code. If any of
385 // the preconditions is not met, the code bails out to the runtime call.
483 // and jump into the continuation code at any time from now on. Any
631 Handle<Code> code local
    [all...]
macro-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
74 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
77 // 'code' is always generated ARM code, never THUMB code
79 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
163 int MacroAssembler::CallSize(Handle<Code> code,
168 return CallSize(reinterpret_cast<Address>(code.location()), rmode, cond)
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 6 // * Redistributions of source code must retain the above copyright
133 // Run the native code for the InternalArray function called as a normal
163 // Run the native code for the Array function called as a normal function.
305 __ Addu(at, a2, Operand(Code::kHeaderSize - kHeapObjectTag));
329 __ Addu(t9, v0, Operand(Code::kHeaderSize - kHeapObjectTag));
402 // Try to allocate the object without transitioning into C code. If any of
403 // the preconditions is not met, the code bails out to the runtime call.
502 // and jump into the continuation code at any time from now on. Any
655 Handle<Code> code local
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 729 unsigned Code = Cursor.ReadCode();
730 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
746 unsigned Code = Cursor.ReadCode();
747 unsigned RecCode = Cursor.readRecord(Code, Record, &Blob);
    [all...]
  /external/v8/src/
heap.h 6 // * Redistributions of source code must retain the above copyright
145 V(Code, js_entry_code, JsEntryCode) \
146 V(Code, js_construct_entry_code, JsConstructEntryCode) \
173 V(code_symbol, ".code") \
452 // code that looks here, because it is faster than loading from the static
630 // Allocates an empty code cache.
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc 6 // * Redistributions of source code must retain the above copyright
54 // We always generate arm code, never thumb code, even if V8 is compiled to
69 // Using bx does not yield better code, so use it only when required
102 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
105 // 'code' is always generated ARM code, never THUMB code
106 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond)
    [all...]
lithium-codegen-arm.cc 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
74 // NONE indicates that the scope shouldn't actually generate code to set up
86 void LCodeGen::FinishCode(Handle<Code> code) {
88 code->set_stack_slots(GetStackSlotCount());
89 code->set_safepoint_table_offset(safepoints_.GetCodeOffset());
90 PopulateDeoptimizationData(code);
159 // Reserve space for the stack slots needed by the code.
245 LDeferredCode* code = deferred_[i] local
    [all...]

Completed in 1912 milliseconds

<<21222324252627282930