HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 801 - 825 of 3111) sorted by null

<<31323334353637383940>>

  /external/v8/src/s390/
deoptimizer-s390.cc 2 // Use of this source code is governed by a BSD-style license that can be
26 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) {
27 // Empty because there is no need for relocation information for the code
31 void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) {
32 Address code_start_address = code->instruction_start();
35 // code patching below, and is not needed any more.
36 code->InvalidateRelocation();
39 // Fail hard and early if we enter this code object again
121 int code = config->GetAllocatableDoubleCode(i); local
194 int code = config->GetAllocatableDoubleCode(i); local
272 int code = config->GetAllocatableDoubleCode(i); local
    [all...]
  /external/v8/src/
type-info.cc 2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
19 Isolate* isolate, Zone* zone, Handle<Code> code,
22 BuildDictionary(code);
206 Handle<Code> code = Handle<Code>::cast(info); local
209 Map* raw_map = code->FindFirstMap();
212 if (code->is_compare_ic_stub())
239 Handle<Code> code = Handle<Code>::cast(object); local
    [all...]
uri.cc 2 // Use of this source code is governed by a BSD-style license that can be
93 uc16 code = uri_content->Get(k); local
94 if (code == '%') {
130 buffer->Add(code);
144 uc16 code = uri_content.Get(k); local
145 if (code == '%') {
161 if (code > unibrow::Utf8::kMaxOneByteChar) {
165 one_byte_buffer->Add(code);
  /external/v8/src/wasm/
encoder.cc 2 // Use of this source code is governed by a BSD-style license that can be
35 size_t EmitSection(WasmSection::Code code, ZoneBuffer& buffer) {
37 const char* name = WasmSection::getName(code);
39 size_t length = WasmSection::getNameLength(code);
89 void WasmFunctionBuilder::EmitCode(const byte* code, uint32_t code_size) {
91 body_.push_back(code[i]);
122 byte code[] = {WASM_I32V_5(value)}; local
123 EmitCode(code, sizeof(code));
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 2 // Use of this source code is governed by a BSD-style license that can be
25 void Deoptimizer::EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code) {
26 // Empty because there is no need for relocation information for the code
31 void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) {
33 // code patching below, and is not needed any more.
34 code->InvalidateRelocation();
37 // Fail hard and early if we enter this code object again.
38 byte* pointer = code->FindCodeAgeSequence()
121 int code = config->GetAllocatableDoubleCode(i); local
261 int code = config->GetAllocatableDoubleCode(i); local
    [all...]
  /external/v8/test/cctest/compiler/
test-instruction.cc 2 // Use of this source code is governed by a BSD-style license that can be
5 #include "src/compiler/code-generator.h"
24 // A testing helper for the register code abstraction.
32 code(NULL) {}
38 TestInstrSeq* code; member in class:v8::internal::compiler::InstructionTester
50 code = new (main_zone())
81 return code->AddInstruction(instr);
93 return code->InstructionBlockAt(RpoFor(block));
97 code->GetInstructionBlock(instruction_index);
126 CHECK_EQ(static_cast<int>(blocks->size()), R.code->InstructionBlockCount())
    [all...]
test-jump-threading.cc 2 // Use of this source code is governed by a BSD-style license that can be
44 InstructionCode code = 119 | FlagsModeField::encode(kFlags_branch) | local
47 Instruction::New(main_zone(), code, 0, NULL, 2, ops, 0, NULL));
108 void VerifyForwarding(TestCode& code, int count, int* expected) {
112 JumpThreading::ComputeForwarding(&local_zone, result, &code.sequence_, true);
122 TestCode code; local
125 code.Jump(1);
127 code.Jump(2);
129 code.End();
132 VerifyForwarding(code, 3, expected)
138 TestCode code; local
155 TestCode code; local
166 TestCode code; local
178 TestCode code; local
192 TestCode code; local
206 TestCode code; local
220 TestCode code; local
233 TestCode code; local
246 TestCode code; local
257 TestCode code; local
270 TestCode code; local
285 TestCode code; local
298 TestCode code; local
313 TestCode code; local
330 TestCode code; local
349 TestCode code; local
368 TestCode code; local
387 TestCode code; local
406 TestCode code; local
429 TestCode code; local
452 TestCode code; local
481 TestCode code; local
556 TestCode code; local
579 TestCode code; local
657 TestCode code; local
677 TestCode code; local
701 TestCode code; local
728 TestCode code; local
    [all...]
  /external/v8/test/cctest/
test-accessors.cc 6 // * Redistributions of source code must retain the above copyright
512 i::Code* code = frame->LookupCode(); local
513 CHECK(code->IsCode());
515 CHECK(code->contains(pc));
test-assembler-ia32.cc 6 // * Redistributions of source code must retain the above copyright
64 Handle<Code> code = isolate->factory()->NewCode( local
65 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
68 code->Print(os);
70 F2 f = FUNCTION_CAST<F2>(code->entry());
101 Handle<Code> code = isolate->factory()->NewCode local
142 Handle<Code> code = isolate->factory()->NewCode( local
171 Handle<Code> code = isolate->factory()->NewCode( local
200 Handle<Code> code = isolate->factory()->NewCode( local
227 Handle<Code> code = isolate->factory()->NewCode( local
260 Handle<Code> code = isolate->factory()->NewCode( local
292 Handle<Code> code = isolate->factory()->NewCode( local
347 Handle<Code> code = isolate->factory()->NewCode( local
431 Handle<Code> code = isolate->factory()->NewCode( local
481 Handle<Code> code = isolate->factory()->NewCode( local
546 Handle<Code> code = isolate->factory()->NewCode( local
586 Handle<Code> code = isolate->factory()->NewCode( local
815 Handle<Code> code = isolate->factory()->NewCode( local
1044 Handle<Code> code = isolate->factory()->NewCode( local
1152 Handle<Code> code = isolate->factory()->NewCode( local
1200 Handle<Code> code = isolate->factory()->NewCode( local
1248 Handle<Code> code = isolate->factory()->NewCode( local
1394 Handle<Code> code = isolate->factory()->NewCode( local
1438 Handle<Code> code = isolate->factory()->NewCode( local
1486 Handle<Code> code = isolate->factory()->NewCode( local
1529 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
test-assembler-x64.cc 6 // * Redistributions of source code must retain the above copyright
606 Handle<Code> code = isolate->factory()->NewCode( local
607 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
609 F0 f = FUNCTION_CAST<F0>(code->entry());
662 Handle<Code> code = isolate->factory()->NewCode( local
663 desc, Code::ComputeFlags(Code::STUB), Handle<Code>())
725 Handle<Code> code = isolate->factory()->NewCode( local
763 Handle<Code> code = isolate->factory()->NewCode( local
991 Handle<Code> code = isolate->factory()->NewCode( local
1217 Handle<Code> code = isolate->factory()->NewCode( local
1292 Handle<Code> code = isolate->factory()->NewCode( local
1377 Handle<Code> code = isolate->factory()->NewCode( local
1616 Handle<Code> code = isolate->factory()->NewCode( local
1808 Handle<Code> code = isolate->factory()->NewCode( local
1868 Handle<Code> code = isolate->factory()->NewCode( local
1928 Handle<Code> code = isolate->factory()->NewCode( local
2191 Handle<Code> code = isolate->factory()->NewCode( local
2236 Handle<Code> code = isolate->factory()->NewCode( local
2285 Handle<Code> code = isolate->factory()->NewCode( local
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm-64.cc 2 // Use of this source code is governed by a BSD-style license that can be
1149 byte code[] = { local
1479 std::vector<byte> code; local
1531 std::vector<byte> code; local
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
101 factory->NewStringFromStaticChars("function_a"), MaybeHandle<Code>(),
245 // code isn't omitted due to being dead.
310 factory->NewStringFromStaticChars("function_b"), MaybeHandle<Code>(),
369 uint8_t code = the_array->get(i); local
370 scorecard[code] += 1;
371 final_bytecode = Bytecodes::FromByte(code);
377 code = the_array->get(i + 1);
378 final_bytecode = Bytecodes::FromByte(code);
  /external/valgrind/coregrind/m_demangle/
cp-demangle.h 40 const char *code; member in struct:demangle_operator_info
  /external/vboot_reference/firmware/lib/tpm_lite/
tlcl.c 2 * Use of this source code is governed by a BSD-style license that can be
11 * the fields at run time as needed. The code in
48 /* Gets the code field of a TPM command. */
50 uint32_t code; local
51 FromTpmUint32(buffer + sizeof(uint16_t) + sizeof(uint32_t), &code);
52 return code;
55 /* Gets the return code field of a TPM result. */
84 /* Otherwise, use the result code from the response */
106 * error code if error. In the firmware, waits for the self test to complete
139 /* Sends a command and returns the error code. *
    [all...]
  /external/webp/src/utils/
huffman_encode.c 3 // Use of this source code is governed by a BSD-style license
33 // 1) Let's make the Huffman code more compatible with rle encoding.
45 // with an rle code.
266 tokens->code = value;
275 tokens->code = value;
281 tokens->code = 16;
286 tokens->code = 16;
301 tokens->code = 0; // 0-value
307 tokens->code = 17;
312 tokens->code = 18
391 uint32_t code = 0; local
    [all...]
  /external/webrtc/talk/app/webrtc/
dtmfsender_unittest.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
77 DtmfInfo(int code, int duration, int gap)
78 : code(code),
81 int code; member in struct:FakeDtmfProvider::DtmfInfo
98 int code,
108 LOG(LS_VERBOSE) << "FakeDtmfProvider::InsertDtmf code=" << code
111 dtmf_info_queue_.push_back(DtmfInfo(code, duration, gap));
169 int code = 0 local
    [all...]
  /external/webrtc/webrtc/base/
natsocketfactory.cc 4 * Use of this source code is governed by a BSD-style license
280 char code; local
281 socket_->Recv(&code, sizeof(code));
282 if (code == 0) {
287 SignalCloseEvent(this, code);
socketadapters.cc 4 * Use of this source code is governed by a BSD-style license
201 SignalCloseEvent(this, 0); // TODO: error code?
433 unsigned int code; local
434 if (sscanf(data, "HTTP/%*u.%*u %u", &code) != 1) {
438 switch (code) {
444 #error Wrong code for HTTP_STATUS_PROXY_AUTH_REQ
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.cc 4 * Use of this source code is governed by a BSD-style license
43 // the auto-generated destructor code).
374 int code = socket_->GetError(); local
375 engine_->ConnectionClosed(code);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 13 * to this code in the public domain for the benefit of all mankind -
288 int code; local
378 code = (0xC0 | ilow) >> (8 - s->bits_per_sample);
411 code = ((ihigh << 6) | ilow) >> (8 - s->bits_per_sample);
416 /* Pack the code bits */
417 s->out_buffer |= (code << s->out_bits);
428 g722_data[g722_bytes++] = (uint8_t) code;
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 728 char *code = NULL; local
731 code = xml_node_get_attr_value(ctx->xml, err,
734 code ? code : "N/A");
735 xml_node_get_attr_value_free(ctx->xml, code);
  /external/zlib/src/contrib/blast/
blast.c 33 #define MAXBITS 13 /* maximum code length */
93 * Huffman code decoding tables. count[1..MAXBITS] is the number of symbols of
94 * each length, which for a canonical code are stepped through in order.
105 * Decode a code from the stream s using huffman table h. Return the symbol or
107 * an empty code, or if the code is incomplete and an invalid code is received,
115 * build the code value reversed from what is in the stream in order to
118 * - The first code for the shortest length is all ones. Subsequent codes of
119 * the same length are simply integer decrements of the previous code. Whe
128 int code; \/* len bits being decoded *\/ local
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 9 * side benefit, this code might actually be useful when small code is more
18 * is less than 2K bytes. This code is compatible with 16-bit int's and
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
25 * code is meant to supplement RFC 1951, which formally describes the deflate
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
61 * 1.7 3 Mar 2003 - Added test code for distribution
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
69 * - Allow TEST code to read from piped stdi
238 int code; \/* len bits being decoded *\/ local
266 int code; \/* len bits being decoded *\/ local
    [all...]
  /external/zlib/src/examples/
gun.c 207 int bits; /* current bits per code */
208 unsigned code; /* code, table traversal index */ local
210 int max; /* maximum bits per code for this stream */
213 unsigned temp; /* current code */
214 unsigned prev; /* previous code */
215 unsigned final; /* last character written for previous code */
247 /* set up: get first 9-bit code, which is the first decompressed byte, but
248 don't create a table entry until the next code */
251 final = prev = (unsigned)last; /* low 8 bits of code */
    [all...]
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 418 unsigned code, extra; local
419 sscanf(value.string(), "%d %d", &code, &extra);
420 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code;
434 (int)code, extra, pSessionId ? vectorToString(*pSessionId) : "{}",

Completed in 1760 milliseconds

<<31323334353637383940>>