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

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.cpp 24 uint32_t code) {
25 Code = code;
27 if (Code) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Format.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
31 import org.jf.dexlib.Code.Instruction;
Instruction20bc.java 9 * 1. Redistributions of source code must retain the above copyright
29 package org.jf.dexlib.Code.Format;
32 import org.jf.dexlib.Code.*;
  /external/v8/test/cctest/
test-hashing.cc 6 // * Redistributions of source code must retain the above copyright
35 #include "code-stubs.h"
164 Code* code = Code::cast(HEAP->CreateCode( local
166 Code::ComputeFlags(Code::STUB),
168 CHECK(code->IsCode());
170 HASH_FUNCTION hash = FUNCTION_CAST<HASH_FUNCTION>(code->entry());
193 Code* code = Code::cast(HEAP->CreateCode local
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 6 // * Redistributions of source code must retain the above copyright
30 #include "code-stubs.h"
129 // Update the static counter each time a new code stub is generated.
244 Handle<Code> HydrogenCodeStub::GenerateLightweightMissCode(Isolate* isolate) {
247 // Generate the new code.
251 // Update the static counter each time a new code stub is generated.
257 // Generate the code for the stub.
263 // Create the code object.
267 // Copy the generated code into a heap object.
268 Code::Flags flags = Code::ComputeFlags
    [all...]
cpu-profiler.h 6 // * Redistributions of source code must retain the above copyright
214 Code* code, const char* comment);
216 Code* code, Name* name);
218 Code* code,
223 Code* code,
228 Code* code, int args_count)
    [all...]
code-stubs.cc 6 // * Redistributions of source code must retain the above copyright
31 #include "code-stubs.h"
53 bool CodeStub::FindCodeInCache(Code** code_out, Isolate* isolate) {
57 *code_out = Code::cast(stubs->ValueAt(index));
74 void CodeStub::RecordCodeGeneration(Code* code, Isolate* isolate) {
76 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, *name));
77 GDBJIT(AddCode(GDBJITInterface::STUB, *name, code));
79 counters->total_stubs_code_size()->Increment(code->instruction_size());
83 Code::Kind CodeStub::GetCodeKind() const
136 Code* code; local
    [all...]
frames.cc 6 // * Redistributions of source code must retain the above copyright
107 // frame code that computes the caller state to access the top
382 Code* StackFrame::GetSafepointData(Isolate* isolate,
389 entry->safepoint_entry = entry->code->GetSafepointEntry(inner_pointer);
393 entry->code->GetSafepointEntry(inner_pointer)));
396 // Fill in the results and return the code.
397 Code* code = entry->code; local
399 *stack_slots = code->stack_slots()
421 Object* code = holder; local
638 Code* code = StackFrame::GetSafepointData( local
817 Code* code = Code::cast( local
1015 Code* code = function->shared()->code(); local
1047 Code* code = opt_function->code(); local
1142 Object* code = Memory::Object_at(fp() + offset); local
1164 Code* code = NULL; local
1453 Code* code = reinterpret_cast<Code*>(object); local
1549 Code* code = Code::cast(array->get(offset + 1)); local
    [all...]
list.h 6 // * Redistributions of source code must retain the above copyright
40 // the code. This implementation is based on code by Robert Griesemer
200 class Code;
203 typedef List<Code*> CodeList;
205 typedef List<Handle<Code> > CodeHandleList;
  /external/llvm/
Android.mk 38 # ARM Code Generation Libraries
47 # MIPS Code Generation Libraries
56 # X86 Code Generation Libraries
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 18 void CCoder2::Execute() { Code(NULL); }
20 void CCoder2::Code(ICompressProgressInfo *progress)
38 Result = Coder->Code(InStreamPointers[0], OutStreamPointers[0],
41 Result = Coder2->Code(&InStreamPointers.Front(), &InSizePointers.Front(), NumInStreams,
180 HRESULT CCoderMixer2MT::ReturnIfError(HRESULT code)
183 if (_coders[i].Result == code)
184 return code;
188 STDMETHODIMP CCoderMixer2MT::Code(ISequentialInStream **inStreams,
213 _coders[_progressCoderIndex].Code(progress);
  /external/v8/src/
cpu-profiler.h 6 // * Redistributions of source code must retain the above copyright
227 Code* code, const char* comment);
229 Code* code, String* name);
231 Code* code,
235 Code* code,
239 Code* code, int args_count)
    [all...]
type-info.h 6 // * Redistributions of source code must retain the above copyright
191 return "Unreachable code";
237 TypeFeedbackOracle(Handle<Code> code,
299 Code::Flags flags,
304 void BuildDictionary(Handle<Code> code);
305 void GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos);
306 void CreateDictionary(Handle<Code> code, ZoneList<RelocInfo>* infos)
    [all...]
log.cc 6 // * Redistributions of source code must retain the above copyright
33 #include "code-stubs.h"
287 // http://code.google.com/p/v8/issues/detail?id=487
865 Code* code,
875 LowLevelCodeCreateEvent(code, name_buffer_->get(), name_buffer_->size());
878 RegisterSnapshotCodeName(code, name_buffer_->get(), name_buffer_->size());
885 msg.AppendAddress(code->address());
886 msg.Append(",%d,\"", code->ExecutableSize());
900 Code* code
    [all...]
objects-inl.h 6 // * Redistributions of source code must retain the above copyright
32 // code. gcc is not happy when attempting to inline too deep.
612 TYPE_CHECKER(Code, CODE_TYPE)
1068 // CAUTION: The original code below:
3304 HeapObject* code = HeapObject::FromAddress(address - Code::kHeaderSize); local
3752 Code* SharedFunctionInfo::code() { function in class:SharedFunctionInfo
3824 Code* code = this->code(); local
3855 Code* JSFunction::code() { function in class:JSFunction
    [all...]
code-stubs.h 6 // * Redistributions of source code must retain the above copyright
38 // List of code stubs used on all platforms.
78 // List of code stubs only used on ARM platforms.
90 // List of code stubs only used on MIPS platforms.
99 // Combined list of code stubs.
121 // Retrieve the code for the stub. Generate the code if needed.
122 Handle<Code> GetCode();
131 // Gets the major key from a code object that is a code stub or binary op IC
142 Code* code = NULL; local
    [all...]
compiler.h 6 // * Redistributions of source code must retain the above copyright
64 Handle<Code> code() const { return code_; } function in class:v8::internal::BASE_EMBEDDED
109 void SetCode(Handle<Code> code) { code_ = code; }
126 void MarkCompilingForDebugging(Handle<Code> current_code) {
128 ASSERT(current_code->kind() == Code::FUNCTION);
178 // OPTIMIZE is optimized code generated by the Hydrogen-based backend.
220 // Is this code being compiled with support for deoptimization.
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 14 * - Maximum tree depth of 32 (the coder aborts if any code exceeds a
73 UInt Code;
191 sym[k].Code = 0;
225 UInt code, UInt bits, UInt first,
237 /* Store code info in symbol array */
238 sym[first].Code = code;
272 _Huffman_MakeTree( sym, stream, (code<<1)+0, bits+1,
294 _Huffman_MakeTree( sym, stream, (code<<1)+1, bits+1,
310 huff_bitstream_t *stream, UInt code, UInt bits
455 UInt bits, delta_bits, new_bits, code; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 6 // * Redistributions of source code must retain the above copyright
64 Object* code = HEAP->CreateCode( local
66 Code::ComputeFlags(Code::STUB),
67 Handle<Code>())->ToObjectChecked();
68 CHECK(code->IsCode());
69 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
103 Object* code = HEAP->CreateCode( local
105 Code::ComputeFlags(Code::STUB)
244 Object* code = HEAP->CreateCode( local
317 Object* code = HEAP->CreateCode( local
385 Object* code = HEAP->CreateCode( local
451 Object* code = HEAP->CreateCode( local
524 Object* code = HEAP->CreateCode( local
601 Object* code = HEAP->CreateCode( local
700 Object* code = HEAP->CreateCode( local
748 Object* code = HEAP->CreateCode( local
808 Object* code = HEAP->CreateCode( local
941 Object* code = HEAP->CreateCode( local
1046 Object* code = HEAP->CreateCode( local
1103 Object* code = HEAP->CreateCode( local
1224 Object* code = HEAP->CreateCode( local
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
cc_generator.py 2 # Use of this source code is governed by a BSD-style license that can be
5 from code import Code
38 """Generates a Code object with the .cc for a single namespace.
40 c = Code()
100 c = Code()
176 return Code().Append(s)
184 c = Code()
254 """Generate the code to populate a single property in a type.
259 c = Code()
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 179 .byte 1 # Abbreviation Code
196 .byte 2 # Abbreviation Code
211 .byte 3 # Abbreviation Code
228 .byte 4 # Abbreviation Code
239 .byte 5 # Abbreviation Code
258 .byte 6 # Abbreviation Code
269 .byte 7 # Abbreviation Code
276 .byte 8 # Abbreviation Code
291 .byte 9 # Abbreviation Code
300 .byte 10 # Abbreviation Code
    [all...]
  /art/compiler/dex/quick/mips/
codegen_mips.h 30 bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
87 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
95 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
100 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest,
102 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
104 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
106 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src);
  /external/v8/src/arm/
stub-cache-arm.cc 6 // * Redistributions of source code must retain the above copyright
44 Code::Flags flags,
73 // Multiply by 3 because there are 3 fields per entry (name, code, map).
91 // Get the code entry from the cache.
92 Register code = scratch2; local
94 __ ldr(code, MemOperand(base_addr, value_off_addr - key_off_addr));
99 __ ldr(flags_reg, FieldMemOperand(code, Code::kFlagsOffset));
102 uint32_t mask = Code::kFlagsNotUsedInLookup;
121 // Jump to the first instruction in the code stub
533 Handle<Code> code = (kind == Code::LOAD_IC) local
1436 Handle<Code> code = local
1976 Register code = r1; local
2316 Handle<Code> code = CompileCustomCall(object, holder, local
2483 Handle<Code> code = CompileCustomCall(object, holder, cell, function, name); local
3294 Handle<Code> code = masm()->isolate()->builtins()->JSConstructStubGeneric(); local
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 6 // * Redistributions of source code must retain the above copyright
44 Code::Flags flags,
73 // Multiply by 3 because there are 3 fields per entry (name, code, map).
91 // Get the code entry from the cache.
92 Register code = scratch2; local
94 __ lw(code, MemOperand(base_addr, value_off_addr - key_off_addr));
99 __ lw(flags_reg, FieldMemOperand(code, Code::kFlagsOffset));
100 __ And(flags_reg, flags_reg, Operand(~Code::kFlagsNotUsedInLookup));
111 // Jump to the first instruction in the code stub
519 Handle<Code> code = (kind == Code::LOAD_IC) local
1434 Handle<Code> code = local
1976 Register code = a1; local
2308 Handle<Code> code = CompileCustomCall(object, holder, local
2478 Handle<Code> code = CompileCustomCall(object, holder, cell, function, name); local
    [all...]

Completed in 1438 milliseconds

1 2 3 4 5 6 78 91011>>