Home
last modified time | relevance | path

Searched defs:code (Results 951 - 975 of 1379) sorted by relevance

1...<<31323334353637383940>>...56

/third_party/lwip/src/netif/ppp/
H A Dipcp.c2241 int code, id, len, olen; ipcp_printpkt() local
[all...]
H A Dlcp.c523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() argument
2386 int code, id, len, olen, i; lcp_printpkt() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc122 void InstallAll(Isolate* isolate, Handle<Code> code) { in InstallAll() argument
137 void InstallAllPredictable(Isolate* isolate, Handle<Code> code) { in InstallAllPredictable() argument
1182 bool CompilationDependencies::Commit(Handle<Code> code) { in Commit() argument
H A Dgraph-visualizer.cc1087 const InstructionSequence* code = o.code_; in operator <<() local
1290 const InstructionSequence* code = b.code_; in operator <<() local
1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument
1352 const InstructionSequence* code = s.sequence_; operator <<() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h101 static constexpr CPURegister Create(int code, int size, RegisterType type) { in Create() argument
198 constexpr CPURegister(int code, int size, RegisterType type) in CPURegister() argument
201 static constexpr bool IsValidRegister(int code, int size) { in IsValidRegister() argument
206 static constexpr bool IsValidVRegister(int code, in argument
213 IsValid(int code, int size, RegisterType type) IsValid() argument
218 IsNone(int code, int size, RegisterType type) IsNone() argument
231 Create(int code, int size) Create() argument
238 from_code(int code) from_code() argument
243 GetSpecialRegisterName(int code) GetSpecialRegisterName() argument
323 Create(int code, int size, int lane_count = 1) Create() argument
417 from_code(int code) from_code() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc663 stop(Condition cond, int32_t code, CRegister cr) stop() argument
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | dumy() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc211 Object code = slot.Relaxed_Load(code_cage_base()); variable
212 slot_snapshot_->add(ObjectSlot(slot.address()), code); variable
H A Dheap-inl.h649 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() argument
652 CodePageMemoryModificationScope::CodePageMemoryModificationScope(Code code) in CodePageMemoryModificationScope() argument
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc482 int32_t code = instr->Bits(25, 6); in PrintCode() local
493 int32_t code = instr->Bits(15, 6); in PrintCode() local
[all...]
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc441 int32_t code = instr->Bits(25, 6); in PrintCode() local
452 int32_t code = instr->Bits(15, 6); in PrintCode() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.cc252 LogRecordedBuffer(const wasm::WasmCode* code, const char* name, int length) LogRecordedBuffer() argument
315 GetSourcePositionInfo(Handle<Code> code, Handle<SharedFunctionInfo> function, SourcePosition pos) GetSourcePositionInfo() argument
328 LogWriteDebugInfo(Handle<Code> code, Handle<SharedFunctionInfo> shared) LogWriteDebugInfo() argument
410 LogWriteDebugInfo(const wasm::WasmCode* code) LogWriteDebugInfo() argument
478 LogWriteUnwindingInfo(Code code) LogWriteUnwindingInfo() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc415 Code code = FromCodeT(builtins->code(builtin)); in LogBuiltins() local
/third_party/node/deps/v8/src/objects/
H A Dcode.cc65 Address OffHeapInstructionStart(HeapObject code, Builtin builtin) { in OffHeapInstructionStart() argument
72 Address OffHeapInstructionEnd(HeapObject code, Builtin builtin) { in OffHeapInstructionEnd() argument
40 EmbeddedDataWithMaybeRemappedEmbeddedBuiltins( HeapObject code) EmbeddedDataWithMaybeRemappedEmbeddedBuiltins() argument
78 OffHeapInstructionSize(HeapObject code, Builtin builtin) OffHeapInstructionSize() argument
83 OffHeapMetadataStart(HeapObject code, Builtin builtin) OffHeapMetadataStart() argument
88 OffHeapMetadataEnd(HeapObject code, Builtin builtin) OffHeapMetadataEnd() argument
93 OffHeapMetadataSize(HeapObject code, Builtin builtin) OffHeapMetadataSize() argument
98 OffHeapSafepointTableAddress(HeapObject code, Builtin builtin) OffHeapSafepointTableAddress() argument
103 OffHeapSafepointTableSize(HeapObject code, Builtin builtin) OffHeapSafepointTableSize() argument
108 OffHeapHandlerTableAddress(HeapObject code, Builtin builtin) OffHeapHandlerTableAddress() argument
113 OffHeapHandlerTableSize(HeapObject code, Builtin builtin) OffHeapHandlerTableSize() argument
118 OffHeapConstantPoolAddress(HeapObject code, Builtin builtin) OffHeapConstantPoolAddress() argument
123 OffHeapConstantPoolSize(HeapObject code, Builtin builtin) OffHeapConstantPoolSize() argument
128 OffHeapCodeCommentsAddress(HeapObject code, Builtin builtin) OffHeapCodeCommentsAddress() argument
133 OffHeapCodeCommentsSize(HeapObject code, Builtin builtin) OffHeapCodeCommentsSize() argument
138 OffHeapUnwindingInfoAddress(HeapObject code, Builtin builtin) OffHeapUnwindingInfoAddress() argument
143 OffHeapUnwindingInfoSize(HeapObject code, Builtin builtin) OffHeapUnwindingInfoSize() argument
202 Code code = FromCodeT(CodeT::cast(*p)); RelocateFromDesc() local
473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument
752 InstallDependency(Isolate* isolate, Handle<Code> code, Handle<HeapObject> object, DependencyGroups groups) InstallDependency() argument
772 InsertWeakCode( Isolate* isolate, Handle<DependentCode> entries, DependencyGroups groups, Handle<Code> code) InsertWeakCode() argument
789 New(Isolate* isolate, DependencyGroups groups, Handle<Code> code) New() argument
[all...]
H A Djs-function.cc53 CodeT code = feedback_vector().optimized_code(); in GetAvailableCodeKinds() local
[all...]
/third_party/node/deps/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc993 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc1009 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/loong64/
H A Dregexp-macro-assembler-loong64.cc963 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc971 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc1047 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc1059 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc572 Code code = Code::cast(*compile_data.code); in CompileIrregexp() local
[all...]
/third_party/node/deps/v8/src/regexp/riscv64/
H A Dregexp-macro-assembler-riscv64.cc999 Handle<Code> code = GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc1099 Handle<Code> code = Factory::CodeBuilder(isolate, code_desc, CodeKind::REGEXP) GetCode() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc764 CodeT code = function->code(); in RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc1118 Code code = Code::cast(*slot_accessor.object()); ReadSingleBytecodeData() local
1147 Code code = Code::cast(*slot_accessor.object()); ReadSingleBytecodeData() local
[all...]

Completed in 36 milliseconds

1...<<31323334353637383940>>...56