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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/html/
MediaError.h 7 * 1. Redistributions of source code must retain the above copyright
38 enum Code { MEDIA_ERR_ABORTED = 1, MEDIA_ERR_NETWORK, MEDIA_ERR_DECODE, MEDIA_ERR_SRC_NOT_SUPPORTED };
40 static PassRefPtr<MediaError> create(Code code) { return adoptRef(new MediaError(code)); }
42 Code code() const { return m_code; } function in class:WebCore::MediaError
45 MediaError(Code code) : m_code(code) { }
    [all...]
  /external/proguard/examples/dictionaries/
compact.txt 9 Code
  /external/v8/src/mips/
deoptimizer-mips.cc 6 // * Redistributions of source code must retain the above copyright
57 Code* check_code,
58 Code* replacement_code) {
64 Code* check_code,
65 Code* replacement_code) {
lithium-codegen-mips.h 6 // * Redistributions of source code must retain the above copyright
50 // Try to generate code for the entire chunk, but it may fail if the
52 // code generation attempt succeeded.
58 // Finish the code by setting stack height, safepoint, and bailout
60 void FinishCode(Handle<Code> code) { UNIMPLEMENTED(); }
  /external/v8/src/
builtins.h 6 // * Redistributions of source code must retain the above copyright
72 Code::kNoExtraICState) \
74 Code::kNoExtraICState) \
76 Code::kNoExtraICState) \
78 Code::kNoExtraICState) \
80 Code::kNoExtraICState) \
82 Code::kNoExtraICState) \
84 Code::kNoExtraICState) \
86 Code::kNoExtraICState) \
88 Code::kNoExtraICState)
    [all...]
stub-cache.cc 6 // * Redistributions of source code must retain the above copyright
61 Code* StubCache::Set(String* name, Map* map, Code* code) {
62 // Get the flags from the code.
63 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags());
74 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC);
75 ASSERT(Code::kFlagsICStateShift == 0)
122 Object* code = receiver->map()->FindInCodeCache(cache_name, flags); local
148 Object* code = receiver->map()->FindInCodeCache(name, flags); local
175 Object* code = receiver->map()->FindInCodeCache(name, flags); local
202 Object* code = receiver->map()->FindInCodeCache(name, flags); local
227 Object* code = receiver->map()->FindInCodeCache(name, flags); local
259 Object* code = receiver->map()->FindInCodeCache(name, flags); local
288 Object* code = receiver->map()->FindInCodeCache(name, flags); local
315 Object* code = receiver->map()->FindInCodeCache(name, flags); local
341 Object* code = receiver->map()->FindInCodeCache(name, flags); local
368 Object* code = receiver->map()->FindInCodeCache(name, flags); local
394 Object* code = receiver->map()->FindInCodeCache(name, flags); local
418 Object* code = map->FindInCodeCache(name, flags); local
441 Object* code = receiver->map()->FindInCodeCache(name, flags); local
470 Object* code = receiver->map()->FindInCodeCache(name, flags); local
496 Object* code = receiver->map()->FindInCodeCache(name, flags); local
522 Object* code = receiver->map()->FindInCodeCache(name, flags); local
632 Object* code = receiver->map()->FindInCodeCache(name, flags); local
674 Object* code = receiver->map()->FindInCodeCache(name, flags); local
702 Object* code = receiver->map()->FindInCodeCache(name, flags); local
728 Object* code = receiver->map()->FindInCodeCache(name, flags); local
756 Object* code = receiver->map()->FindInCodeCache(name, flags); local
808 Object* code = map_holder->map()->FindInCodeCache(name, flags); local
863 Object* code = map_holder->map()->FindInCodeCache(name, flags); local
912 Object* code = map_holder->map()->FindInCodeCache(name, flags); local
940 Object* code; local
965 Object* code = map_holder->map()->FindInCodeCache(name, flags); local
1023 Object* code; local
1498 Code* code = Code::cast(result); local
1502 code, code->arguments_count())); local
1525 Code* code = Code::cast(result); local
1529 code, code->arguments_count())); local
1549 Code* code = Code::cast(result); local
1553 code, code->arguments_count())); local
1574 Code* code = Code::cast(result); local
1578 code, code->arguments_count())); local
1598 Code* code = Code::cast(result); local
1602 code, code->arguments_count())); local
1617 Code* code = Code::cast(result); local
1623 code, code->arguments_count())); local
1644 Code* code = Code::cast(result); local
1649 code, local
1852 Code* code = Code::cast(result); local
1932 Code* code = Code::cast(result); local
    [all...]
gdb-jit.h 6 // * Redistributions of source code must retain the above copyright
112 Code* code,
118 Handle<Code> code);
120 static void AddCode(CodeTag tag, String* name, Code* code);
122 static void AddCode(CodeTag tag, const char* name, Code* code);
124 static void AddCode(CodeTag tag, Code* code)
    [all...]
ic-inl.h 6 // * Redistributions of source code must retain the above copyright
53 // the original code instead of the address in the running code. This will
54 // cause the original code to be updated and keeps the breakpoint active in
55 // the running code.
67 Code* IC::GetTargetAtAddress(Address address) {
70 // Convert target address to the code object. Code::GetCodeFromTargetAddress
72 Code* result = Code::GetCodeFromTargetAddress(target)
    [all...]
type-info.cc 6 // * Redistributions of source code must retain the above copyright
61 STATIC_ASSERT(DEFAULT_STRING_STUB == Code::kNoExtraICState);
64 TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code,
67 PopulateMap(code);
84 Handle<Code> code(Code::cast(*map_or_code));
85 return code->kind() == Code::KEYED_EXTERNAL_ARRAY_LOAD_IC &
    [all...]
ic.h 6 // * Redistributions of source code must retain the above copyright
38 // inline caching code. The argument for the macro, ICU, is the function name.
65 // The ids for utility called from the generated code.
76 // Alias the inline cache state type to make the IC code more readable.
79 // The IC code is either invoked with no extra frames on the stack
91 Code* target() { return GetTargetAtAddress(address()); }
95 static State StateFrom(Code* target, Object* receiver, Object* name);
101 // operation as it has to search through the heap to find the code
120 // Determines which map must be used for keeping the code stub.
135 // Computes the address in the original code when the code running i
141 void set_target(Code* code) { SetTargetAtAddress(address(), code); } local
    [all...]
code-stubs.cc 6 // * Redistributions of source code must retain the above copyright
31 #include "code-stubs.h"
39 bool CodeStub::FindCodeInCache(Code** code_out) {
43 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
51 // Update the static counter each time a new code stub is generated.
57 // Generate the code for the stub.
63 void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
64 code->set_major_key(MajorKey());
67 PROFILE(isolate, CodeCreateEvent(Logger::STUB_TAG, code, GetName()))
93 Code* code; local
132 Code* code; local
    [all...]
disassembler.h 6 // * Redistributions of source code must retain the above copyright
40 // code into f. Returns the number of bytes disassembled or 1 if no
44 // Decode instructions in code.
45 static void Decode(FILE* f, Code* code);
disassembler.cc 6 // * Redistributions of source code must retain the above copyright
30 #include "code-stubs.h"
62 explicit V8NameConverter(Code* code) : code_(code) {}
65 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter
67 Code* code_;
82 // print as code offset, if it seems reasonable
94 // The V8NameConverter is used for well known code, so we can "safely
238 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 6 // * Redistributions of source code must retain the above copyright
48 // Allocate and install the code.
49 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
50 Code::Flags flags,
53 // Print the code after compiling it.
54 static void PrintCode(Handle<Code> code, CompilationInfo* info);
  /external/v8/src/x64/
codegen-x64.h 6 // * Redistributions of source code must retain the above copyright
53 // Allocate and install the code.
54 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
55 Code::Flags flags,
58 // Print the code after compiling it.
59 static void PrintCode(Handle<Code> code, CompilationInfo* info);
  /external/llvm/autoconf/m4/
config_project.m4 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/llvm/lib/DebugInfo/
DWARFAbbreviationDeclaration.h 22 uint32_t Code;
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
31 uint32_t getCode() const { return Code; }
44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
45 bool isValid() const { return Code != 0 && Tag != 0; }
  /external/llvm/projects/sample/autoconf/m4/
config_project.m4 6 AS_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),
10 AS_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),
  /external/v8/test/cctest/
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
72 Object* code = HEAP->CreateCode( local
74 Code::ComputeFlags(Code::STUB),
76 CHECK(code->IsCode());
78 Code::cast(code)->Print();
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
110 Object* code = HEAP->CreateCode local
152 Object* code = HEAP->CreateCode( local
186 Code* code = Code::cast(HEAP->CreateCode( local
220 Code* code = Code::cast(HEAP->CreateCode( local
249 Code* code = Code::cast(HEAP->CreateCode( local
286 Code* code = Code::cast(HEAP->CreateCode( local
326 Code* code = Code::cast(HEAP->CreateCode( local
381 Code* code = Code::cast(HEAP->CreateCode( local
    [all...]
  /dalvik/dx/src/com/android/dx/gen/
Local.java 19 import com.android.dx.rop.code.RegisterSpec;
25 private final Code code; field in class:Local
30 private Local(Code code, Type<T> type) {
31 this.code = code;
35 static <T> Local<T> get(Code code, Type<T> type) {
36 return new Local<T>(code, type)
    [all...]
  /external/v8/src/arm/
codegen-arm.h 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs-arm.h"
53 // Allocate and install the code.
54 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
55 Code::Flags flags,
58 // Print the code after compiling it.
59 static void PrintCode(Handle<Code> code, CompilationInfo* info);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 35 void *Code;
41 void *Code;
53 void *Code, size_t Size,
55 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details};
106 EXPECT_EQ(F1_addr, Listener.EmittedEvents[0].Code);
113 EXPECT_EQ(F2_addr, Listener.EmittedEvents[1].Code);
119 EXPECT_EQ(F1_addr, Listener.FreedEvents[0].Code);
122 EXPECT_EQ(F2_addr, Listener.FreedEvents[1].Code);
159 EXPECT_EQ(F1_addr, Listener1.EmittedEvents[0].Code);
165 EXPECT_EQ(F2_addr, Listener1.FreedEvents[0].Code);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 114 // setup code if needed.
184 // code generator that want to think about a single node with multiple
335 // condition code in op #4, a CondCodeSDNode.
341 // operands to compare (ops #0, and #1) and the condition code to compare
491 // that the condition is represented as condition code, and two nodes to
580 // applied. The pointer it returns points to an executable block of code.
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 28 /// about a generated machine code function.
63 void *Code, size_t Size,
67 /// the global mapping is removed, but before the machine code is returned to
70 /// OldPtr is the address of the machine code and will be the same as the Code
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 32 serialization::StmtCode Code;
63 Code = serialization::STMT_NULL;
74 Code = serialization::STMT_COMPOUND;
90 Code = serialization::STMT_CASE;
98 Code = serialization::STMT_DEFAULT;
106 Code = serialization::STMT_LABEL;
117 Code = serialization::STMT_IF;
130 Code = serialization::STMT_SWITCH;
139 Code = serialization::STMT_WHILE;
149 Code = serialization::STMT_DO
    [all...]

Completed in 434 milliseconds

1 2 3 4 5 6 7 8 91011