Home
last modified time | relevance | path

Searched defs:code (Results 5976 - 6000 of 6103) sorted by relevance

1...<<231232233234235236237238239240>>...245

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1088 ValidateSingleFunction(const WasmModule* module, int func_index, base::Vector<const uint8_t> code, Counters* counters, AccountingAllocator* allocator, WasmFeatures enabled_features) ValidateSingleFunction() argument
1127 base::Vector<const uint8_t> code = wire_bytes.GetFunctionBytes(func); ValidateSequentially() local
1196 base::Vector<const uint8_t> code = CompileLazy() local
1217 WasmCode* code; CompileLazy() local
1428 RecordStats(const Code code, Counters* counters) RecordStats() argument
2517 base::Vector<const uint8_t> code = global() variable
3478 Handle<Code> code = unit->Finalize(); FinalizeJSToWasmWrappers() local
3525 WasmCode* code = code_vector[i]; OnFinishedUnits() local
3718 PublishCode( base::Vector<std::unique_ptr<WasmCode>> code) PublishCode() argument
3937 Handle<Code> code = unit->Finalize(); CompileJsToWasmWrappers() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c125 emit_record_no_abbrev(struct dxil_buffer *b, unsigned code, in emit_record_no_abbrev() argument
141 emit_record(struct dxil_module *m, unsigned code, in emit_record() argument
148 emit_record_int(struct dxil_module *m, unsigned code, int value) in emit_record_int() argument
/third_party/libinput/src/
H A Dlibinput.c232 uint32_t code; member
3341 libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code) in libinput_device_pointer_has_button() argument
3347 libinput_device_keyboard_has_key(struct libinput_device *device, uint32_t code) in libinput_device_keyboard_has_key() argument
3366 libinput_device_tablet_pad_has_key(struct libinput_device *device, uint32_t code) in libinput_device_tablet_pad_has_key() argument
1714 libinput_tablet_tool_has_button(struct libinput_tablet_tool *tool, uint32_t code) libinput_tablet_tool_has_button() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c1670 code = *(e + 1); in litest_create() local
1797 unsigned int code; in litest_add_device_with_overrides() local
1953 litest_event(struct litest_device *d, unsigned int type, unsigned int code, int value) litest_event() argument
2447 litest_tablet_set_tool_type(struct litest_device *d, unsigned int code) litest_tablet_set_tool_type() argument
2829 unsigned int code; litest_switch_action() local
3400 int type, code; litest_create_uinput() local
3534 int type, code; litest_create_uinput_abs_device_v() local
4450 litest_filter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_filter_event() argument
4458 litest_unfilter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_unfilter_event() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc44 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock() argument
49 Instruction* GetLastInstruction(InstructionSequence* code, in GetLastInstruction() argument
1295 TopTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, RegisterAllocationFlags flags, TickCounter* tick_counter, const char* debug_name) TopTierRegisterAllocationData() argument
1896 const InstructionSequence* code = data->code(); ComputeLiveOut() local
2173 int code = config()->GetAllocatableGeneralCode(i); ProcessInstructions() local
2184 int code = config()->GetAllocatableDoubleCode(i); ProcessInstructions() local
2197 int code = config()->GetAllocatableFloatCode(i); ProcessInstructions() local
2207 int code = config()->GetAllocatableSimd128Code(i); ProcessInstructions() local
2218 int code = config()->GetAllocatableSimd128Code(i); ProcessInstructions() local
4171 int code = codes[i]; PickRegisterThatIsAvailableLongest() local
5107 InstructionSequence* code = data()->code(); CommitSpillsInDeferredBlocks() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc4036 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); LowerStringFromSingleCharCode() local
4154 Node* code = value; LowerStringFromSingleCodePoint() local
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc387 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() argument
445 void TurboAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode, in Call() argument
1779 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
2005 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
2428 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc2234 hint(SystemHint code) hint() argument
3676 hlt(int code) hlt() argument
3681 brk(int code) brk() argument
3697 debug(const char* message, uint32_t code, Instr params) debug() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc2355 break_(uint32_t code, bool break_as_stop) break_() argument
2367 stop(uint32_t code) stop() argument
2377 tge(Register rs, Register rt, uint16_t code) tge() argument
2384 tgeu(Register rs, Register rt, uint16_t code) tgeu() argument
2391 tlt(Register rs, Register rt, uint16_t code) tlt() argument
2398 tltu(Register rs, Register rt, uint16_t code) tltu() argument
2405 teq(Register rs, Register rt, uint16_t code) teq() argument
2412 tne(Register rs, Register rt, uint16_t code) tne() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc3730 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3872 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4472 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
4657 Handle<Code> code = CallRecordWriteStub() local
4676 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
5537 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
H A Dassembler-mips.cc2216 break_(uint32_t code, bool break_as_stop) break_() argument
2228 stop(uint32_t code) stop() argument
2238 tge(Register rs, Register rt, uint16_t code) tge() argument
2245 tgeu(Register rs, Register rt, uint16_t code) tgeu() argument
2252 tlt(Register rs, Register rt, uint16_t code) tlt() argument
2259 tltu(Register rs, Register rt, uint16_t code) tltu() argument
2266 teq(Register rs, Register rt, uint16_t code) teq() argument
2273 tne(Register rs, Register rt, uint16_t code) tne() argument
[all...]
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc688 static void AssertCodeTIsBaseline(MacroAssembler* masm, Register code, in AssertCodeTIsBaseline() argument
679 AssertCodeTIsBaselineAllowClobber(MacroAssembler* masm, Register code, Register scratch) AssertCodeTIsBaselineAllowClobber() argument
1838 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local
2167 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<CodeT> code) Generate_CallOrConstructVarargs() argument
2237 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument
4834 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
4976 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3235 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Jump() argument
3316 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Call() argument
3846 Register code = kJavaScriptCallCodeStartRegister; InvokeFunctionCode() local
4154 Handle<Code> code = CallRuntime() local
4173 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, JumpToExternalReference() local
4959 int code = config->GetAllocatableGeneralCode(i); GetRegisterThatIsNotOneOf() local
[all...]
H A Dassembler-riscv64.cc3513 break_(uint32_t code, bool break_as_stop) break_() argument
3529 stop(uint32_t code) stop() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc1660 break_(uint32_t code, bool break_as_stop) break_() argument
1667 stop(uint32_t code) stop() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc2288 stop(Condition cond, int32_t code) stop() argument
3948 NeonSplitCode(NeonRegType type, int code, int* vm, int* m, int* encoding) NeonSplitCode() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1906 uint32_t code = svc & kStopCodeMask; SoftwareInterrupt() local
1963 isWatchedStop(uint32_t code) isWatchedStop() argument
1968 isEnabledStop(uint32_t code) isEnabledStop() argument
1975 EnableStop(uint32_t code) EnableStop() argument
1982 DisableStop(uint32_t code) DisableStop() argument
1989 IncreaseStopCounter(uint32_t code) IncreaseStopCounter() argument
2005 PrintStopInfo(uint32_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc158 Handle<Code> code; in BuildInternal() local
292 Handle<Code> code = handle(Code::cast(result), isolate_); AllocateCode() local
320 Handle<Code> code = handle(Code::cast(result), local_isolate_); AllocateConcurrentSparkplugCode() local
946 LookupSingleCharacterStringFromCode(uint16_t code) LookupSingleCharacterStringFromCode() argument
2287 NewOffHeapTrampolineFor(Handle<Code> code, Address off_heap_entry) NewOffHeapTrampolineFor() argument
2356 CopyCode(Handle<Code> code) CopyCode() argument
3946 Handle<Code> code = handle(FromCodeT(sfi_->GetCode()), isolate_); Build() local
3958 BuildRaw(Handle<Code> code) BuildRaw() argument
[all...]
H A Dmark-compact.cc254 HeapObject code; variable
257 VerifyHeapObjectImpl(code); variable
439 HeapObject code; variable
442 VerifyHeapObjectImpl(code); variable
1120 Code code variable
1470 Object code = slot.load(code_cage_base()); global() variable
1632 Code code = Code::cast(dst); RawMigrateObject() local
2327 Code code = it.frame()->LookupCode(); ProcessTopOptimizedFrame() local
2579 Code code = weak_object_in_code.second; MarkDependentCodeForDeoptimization() local
3280 Code code = code_data_container.code(code_cage_base); UpdateStrongCodeSlot() local
4985 HeapObject code; global() variable
4988 VerifyHeapObjectImpl(code); global() variable
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc597 TNode<Int32T> code = StringCharCodeAt(string_holder, Unsigned(index)); in HandleLoadICSmiHandlerCase() local
1004 TNode<CodeT> code = CAST(smi_or_code_handler); in HandleProtoHandler() local
4087 TNode<CodeT> code = StoreInArrayLiteralIC() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc2058 Code code = Code::cast(*this); in HeapObjectShortPrint() local
6755 AbstractCode code = source_position() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h491 explicit PreParserStatement(Type code) : code_(code) {} in PreParserStatement() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c1194 pcre2_code_copy(const pcre2_code *code) pcre2_code_copy() argument
1228 pcre2_code_copy_with_tables(const pcre2_code *code) pcre2_code_copy_with_tables() argument
1263 pcre2_code_free(pcre2_code *code) pcre2_code_free() argument
4848 first_significant_code(PCRE2_SPTR code, BOOL skipassert) first_significant_code() argument
5411 PCRE2_UCHAR *code = *codeptr; compile_branch() local
8102 PCRE2_UCHAR *code = *codeptr; compile_regex() local
8396 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, int atomcount, BOOL inassert) is_anchored() argument
8501 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, int atomcount, BOOL inassert) is_startline() argument
8623 find_recurse(PCRE2_SPTR code, BOOL utf) find_recurse() argument
8779 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) find_firstassertedcu() argument
9775 PCRE2_UCHAR *code; /* Current pointer in compiled code */ pcre2_compile() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7377 struct NameCodePair { string name, code; }; createOpSourceTests() member
7411 struct NameCodePair { string name, code; }; createOpSourceContinuedTests() member
7612 string code; createOpConstantNullTests() member
7729 string code; createOpConstantCompositeTests() member
11322 string code; createOpConstantFloat16Tests() member
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c967 SWIG_Python_ErrorType(int code) SWIG_Python_ErrorType() argument
[all...]

Completed in 138 milliseconds

1...<<231232233234235236237238239240>>...245