| /external/v8/src/arm/ |
| assembler-arm.h | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been 53 // compatible with int, which has caused code-generation bugs. 65 // code generated for some assembly instructions (because they boil down 66 // to a few constants). If this is a problem, we could change the code 69 // and best performance in optimized code. 77 ASSERT(reg.code() < kNumAllocatableRegisters); 78 return reg.code(); 101 static Register from_code(int code) { 102 Register r = { code }; 108 int code() const { function in struct:v8::internal::Register 149 int code() const { function in struct:v8::internal::SwVfpRegister 231 int code() const { function in struct:v8::internal::DwVfpRegister 314 int code() const { function in struct:v8::internal::CRegister [all...] |
| stub-cache-arm.cc | 6 // * Redistributions of source code must retain the above copyright 44 Code::Flags flags, 70 // Get the code entry from the cache. 76 __ ldr(scratch2, FieldMemOperand(scratch2, Code::kFlagsOffset)); 77 __ bic(scratch2, scratch2, Operand(Code::kFlagsNotUsedInLookup)); 81 // Re-load code entry from cache. 84 // Jump to the first instruction in the code stub. 85 __ add(offset, offset, Operand(Code::kHeaderSize - kHeapObjectTag)); 208 Code::Flags flags, 217 // Make sure that code is valid. The shifting code relies on th 513 Code* code = NULL; local 2003 Register code = r1; local 3424 Handle<Code> code = masm()->isolate()->builtins()->JSConstructStubGeneric(); local [all...] |
| /external/v8/src/ |
| bootstrapper.cc | 6 // * Redistributions of source code must retain the above copyright 85 // Old snapshot code can't cope with external strings at all. 328 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call)); 459 Handle<Code> code = local 460 Handle<Code>(isolate->builtins()->builtin( 462 empty_function->set_code(*code); 463 empty_function->shared()->set_code(*code); 543 Handle<Code> code = Handle<Code> local 701 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin( local 735 Handle<Code> code = Handle<Code>(isolate->builtins()->builtin( local 1000 Handle<Code> code = Handle<Code>( local 1120 Handle<Code> code = Handle<Code>( local 1137 Handle<Code> code = local 1149 Handle<Code> code = local 1287 Handle<Code> code = Handle<Code>( local [all...] |
| builtins.cc | 6 // * Redistributions of source code must retain the above copyright 149 // code below. 164 // changes this code has to be changed as well. 1624 Object* code = NULL; local [all...] |
| debug.h | 6 // * Redistributions of source code must retain the above copyright 107 return static_cast<int>(pc() - debug_info_->code()->entry()); 113 inline Code* code() { return debug_info_->code(); } function in class:v8::internal::BreakLocationIterator 215 // setting break points in the code. 257 // Check whether a code stub with the specified major key is a possible break 259 static bool IsSourceBreakStub(Code* code); 260 static bool IsBreakStub(Code* code) [all...] |
| runtime.cc | 6 // * Redistributions of source code must retain the above copyright 1962 Handle<Object> code = args.at<Object>(1); local 2033 uint32_t code; local [all...] |
| spaces.cc | 6 // * Redistributions of source code must retain the above copyright 225 // Code range is full or too fragmented. 322 // space, and one for code space. 378 // Allocate executable memory either from code range or from the 2455 Code* code = Code::cast(obj); local 3139 Code* code = Code::cast(obj); local [all...] |
| /external/v8/src/ia32/ |
| assembler-ia32.cc | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been modified 177 // code object moves. 183 // Patch the code at the current address with the supplied instructions. 188 // Indicate that code has changed. 193 // Patch the code at the current PC with a call to the target address. 200 // Create a code patcher. 203 // Add a label for checking the size of the code used for returning. 209 // Patch the code. 212 // Check that the size of the code generated is as expected 2384 XMMRegister code = { level }; \/\/ Emit hint number in Reg position of RegR\/M. local [all...] |
| 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 Register r = { code }; 85 int code() const { function in struct:v8::internal::Register 120 return (reg.code() >= 6) ? reg.code() - 2 : reg.code() 165 int code() const { function in struct:v8::internal::XMMRegister [all...] |
| stub-cache-ia32.cc | 6 // * Redistributions of source code must retain the above copyright 44 Code::Flags flags, 55 // Get the code entry from the cache. 63 __ mov(offset, FieldOperand(extra, Code::kFlagsOffset)); 64 __ and_(offset, ~Code::kFlagsNotUsedInLookup); 68 // Jump to the first instruction in the code stub. 69 __ add(Operand(extra), Immediate(Code::kHeaderSize - kHeapObjectTag)); 81 // Get the code entry from the cache. 85 __ mov(offset, FieldOperand(offset, Code::kFlagsOffset)); 86 __ and_(offset, ~Code::kFlagsNotUsedInLookup) 749 Code* code = NULL; local 1877 Register code = ebx; local [all...] |
| /external/v8/src/mips/ |
| assembler-mips.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 50 // compatible with int, which has caused code-generation bugs. 62 // code generated for some assembly instructions (because they boil down 63 // to a few constants). If this is a problem, we could change the code 66 // and best performance in optimized code. 78 return reg.code() - 2; // zero_reg and 'at' are skipped. 107 static Register from_code(int code) { 108 Register r = { code }; 114 int code() const function in struct:v8::internal::Register 214 int code() const { function in struct:v8::internal::FPURegister 275 int code() const { function in struct:v8::internal::FPUControlRegister [all...] |
| simulator-mips.cc | 6 // * Redistributions of source code must retain the above copyright 71 // code. 84 // We set the breakpoint code to 0xfffff to easily recognize it. 231 // Not setting the breakpoint instruction in the code itself. It will be set 619 PrintF(" disassemble code, default is 10 instructions from pc\n"); 790 // When the generated code calls an external reference we need to catch that in 992 // system running directly on the host system and only generated code is 1168 int32_t code = (func == BREAK) ? instr->Bits(25, 6) : -1; local [all...] |
| /external/v8/src/x64/ |
| assembler-x64.cc | 6 // * Redistributions of source code must retain the above copyright 156 // Patch the code at the current PC with a call to the target address. 164 // Create a code patcher. 167 // Add a label for checking the size of the code used for returning. 173 // Patch the code. 177 // Check that the size of the code generated is as expected. 189 // Patch the code at the current address with the supplied instructions. 194 // Indicate that code has changed. 314 int code = reg.code(); local [all...] |
| assembler-x64.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 71 // compatible with int, which has caused code-generation bugs. 83 // code generated for some assembly instructions (because they boil down 84 // to a few constants). If this is a problem, we could change the code 87 // and best performance in optimized code. 102 return kAllocationIndexByRegisterCode[reg.code()]; 128 static Register toRegister(int code) { 129 Register r = { code }; 134 int code() const function in struct:v8::internal::Register 220 int code() const { function in struct:v8::internal::XMMRegister [all...] |
| stub-cache-x64.cc | 6 // * Redistributions of source code must retain the above copyright 44 Code::Flags flags, 62 // Get the code entry from the cache. 67 __ movl(offset, FieldOperand(kScratchRegister, Code::kFlagsOffset)); 68 __ and_(offset, Immediate(~Code::kFlagsNotUsedInLookup)); 72 // Jump to the first instruction in the code stub. 73 __ addq(kScratchRegister, Immediate(Code::kHeaderSize - kHeapObjectTag)); 182 Code::Flags flags, 192 // Make sure that code is valid. The shifting code relies on th 738 Code* code = NULL; local 1839 Register code = rbx; local 3153 Code* code = local [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_amd64_isel.c | 53 /* Vex-generated code expects to run with the FPU set as follows: all 60 Vex-generated code, and should those values should be 115 - The code array, that is, the insns selected so far. 134 HInstrArray* code; member in struct:__anon11735 162 addHInstr(env->code, instr); 455 Generating code which is both efficient and correct when 470 regs. This always gives correct code, but it also gives a bunch 605 /* None of these insns, including any spill code that might 828 code list. Return a reg holding the result. This reg will be a [all...] |
| host_arm_isel.c | 52 /* Vex-generated code expects to run with the FPU set as follows: all 57 fpscr should therefore be zero on entry to Vex-generated code, and 90 - The code array, that is, the insns selected so far. 109 HInstrArray* code; member in struct:__anon11823 135 addHInstr(env->code, instr); 391 Generating code which is both efficient and correct when 406 regs. This always gives correct code, but it also gives a bunch 468 code to get the arg values into the argument rregs. If we run 575 /* None of these insns, including any spill code that might 617 code list. Return a reg holding the result. This reg will be [all...] |
| host_x86_isel.c | 68 /* Vex-generated code expects to run with the FPU set as follows: all 75 Vex-generated code, and should those values should be 149 - The code array, that is, the insns selected so far. 166 HInstrArray* code; member in struct:__anon11975 193 addHInstr(env->code, instr); 417 Suppose code is first generated to compute e1 into %eax. Then, 418 code is generated to compute e2 into %edx. Unfortunately, if 419 the latter code sequence uses %eax, it will trash the value of 421 example) e2 itself involved a function call. In the code below, 427 real regs. This always gives correct code, but it also give [all...] |
| /external/valgrind/main/coregrind/m_demangle/ |
| cp-demangle.c | 32 /* This code implements a demangler for the g++ V3 ABI. The ABI is 36 This code was written while looking at the demangler written by 39 This code first pulls the mangled name apart into a list of 208 additional unresolved symbols when this code is used in a library. 210 V3 demangler code. 230 /* The code for this substitution. */ 231 char code; member in struct:d_standard_sub_info [all...] |
| /external/webkit/Source/JavaScriptCore/API/tests/ |
| testapi.c | 7 * 1. Redistributions of source code must retain the above copyright 813 JSStringRef code = JSStringCreateWithUTF8CString("o = { }; p = { }; o.__proto__ = p; p.__proto__ = o"); local 815 result &= assertTrue(!JSEvaluateScript(context, code, /* thisObject*/ 0, file, 1, &exception) 818 JSStringRelease(code); [all...] |
| /external/webkit/Source/JavaScriptCore/jit/ |
| JITStubs.cpp | 10 * 1. Redistributions of source code must retain the above copyright 117 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); 120 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x50, JITStackFrame_code_offset_matches_ctiTrampoline); 169 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 32 == 0x0, JITStackFrame_maintains_32byte_stack_alignment); 172 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x80, JITStackFrame_code_offset_matches_ctiTrampoline); 247 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); 250 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x50, JITStackFrame_code_offset_matches_ctiTrampoline); 254 __declspec(naked) EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**, JSGlobalData*) 319 /* code (r4), RegisterFile* (r5), CallFrame* (r6), JSValue* exception (r7), Profiler**(sp), JSGlobalData (sp)*/ 401 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) == 0x48, JITStackFrame_code_offset_matches_ctiTrampoline) 3600 MacroAssemblerCodePtr code = globalData->canUseJIT() ? generator(globalData, m_executablePool.get()) : MacroAssemblerCodePtr(); local [all...] |
| /external/webkit/Source/WebCore/bindings/objc/ |
| PublicDOMInterfaces.h | 7 // 1. Redistributions of source code must retain the above copyright 362 @property(copy) NSString *code; variable 705 @property(copy) NSString *code; variable [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| ExtensionServer.js | 8 * * Redistributions of source code must retain the above copyright 462 function makeStatus(code) 464 var description = WebInspector.ExtensionServer._statuses[code] || code; 466 var status = { code: code, description: description, details: details }; 467 if (code !== "OK") {
|
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| DumpRenderTreeSupportQt.cpp | 811 GeolocationError::ErrorCode code = GeolocationError::PositionUnavailable; local 814 code = GeolocationError::PermissionDenied; 817 code = GeolocationError::PositionUnavailable; 822 mockClient->setError(GeolocationError::create(code, message)); [all...] |
| /frameworks/base/core/java/android/os/ |
| Parcel.java | 183 private int mObject; // used by native code 185 private int mOwnObject; // used by native code 1210 int code = 0; local 1278 int code = readExceptionCode(); local 1299 int code = readInt(); local [all...] |