| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 587 GateRef StubBuilder::CreateDataProperty(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in CreateDataProperty() argument 630 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef value) in CreateDataPropertyOrThrow() argument 679 GateRef StubBuilder::DefineField(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in DefineField() argument 998 GateRef StubBuilder::JSObjectGetProperty(GateRef obj, GateRe argument 1054 JSObjectSetProperty( GateRef glue, GateRef obj, GateRef hclass, GateRef attr, GateRef key, GateRef value) JSObjectSetProperty() argument 1705 SetValueWithAttr(GateRef glue, GateRef obj, GateRef offset, GateRef key, GateRef value, GateRef attr) SetValueWithAttr() argument 1720 Store(VariableType::JS_ANY(), glue, obj, offset, value); SetValueWithAttr() local 1727 SetValueWithRep( GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef rep, Label *repChange) SetValueWithRep() argument 1746 Store(VariableType::FLOAT64(), glue, obj, offset, result); SetValueWithRep() local 1758 Store(VariableType::FLOAT64(), glue, obj, offset, result); SetValueWithRep() local 1780 Store(VariableType::INT32(), glue, obj, offset, result); SetValueWithRep() local 1790 Store(VariableType::JS_ANY(), glue, obj, offset, value); SetValueWithRep() local 1800 VerifyBarrier(GateRef glue, GateRef obj, [[maybe_unused]] GateRef offset, GateRef value) VerifyBarrier() argument 1822 SetValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value, bool withEden, MemoryAttribute::ShareFlag share) SetValueWithBarrier() argument 1887 SetSValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef objectRegion, GateRef valueRegion) SetSValueWithBarrier() argument 1963 SetNonSValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value, GateRef objectRegion, GateRef valueRegion, bool withEden) SetNonSValueWithBarrier() argument 2075 TaggedIsBigInt(GateRef obj) TaggedIsBigInt() argument 2096 TaggedIsPropertyBox(GateRef obj) TaggedIsPropertyBox() argument 5404 FastTypeOf(GateRef glue, GateRef obj) FastTypeOf() argument 5672 GetMethod(GateRef glue, GateRef obj, GateRef key, GateRef profileTypeInfo, GateRef slotId) GetMethod() argument 5728 FastGetPropertyByName(GateRef glue, GateRef obj, GateRef key, ProfileOperation callback) FastGetPropertyByName() argument 5756 FastGetPropertyByIndex(GateRef glue, GateRef obj, GateRef index, ProfileOperation callback, GateRef hir) FastGetPropertyByIndex() argument 5786 FastSetPropertyByName(GateRef glue, GateRef obj, GateRef key, GateRef value, ProfileOperation callback) FastSetPropertyByName() argument 5845 FastSetPropertyByIndex(GateRef glue, GateRef obj, GateRef index, GateRef value) FastSetPropertyByIndex() argument 5933 OrdinaryHasInstance(GateRef glue, GateRef target, GateRef obj) OrdinaryHasInstance() argument 7933 DeletePropertyOrThrow(GateRef glue, GateRef obj, GateRef value) DeletePropertyOrThrow() argument 7974 DeleteProperty(GateRef glue, GateRef obj, GateRef value) DeleteProperty() argument 8001 ToPrototypeOrObj(GateRef glue, GateRef obj) ToPrototypeOrObj() argument 8058 IsSpecialKeysObject(GateRef obj) IsSpecialKeysObject() argument 8063 IsSlowKeysObject(GateRef obj) IsSlowKeysObject() argument 8084 GetNumberOfElements(GateRef obj) GetNumberOfElements() argument 8148 IsSimpleEnumCacheValid(GateRef obj) IsSimpleEnumCacheValid() argument 8196 IsEnumCacheWithProtoChainInfoValid(GateRef obj) IsEnumCacheWithProtoChainInfoValid() argument 8250 TryGetEnumCache(GateRef glue, GateRef obj) TryGetEnumCache() argument 8492 GetIterator(GateRef glue, GateRef obj, ProfileOperation callback) GetIterator() argument 9005 HasStableElements(GateRef glue, GateRef obj) HasStableElements() argument 9033 IsStableJSArguments(GateRef glue, GateRef obj) IsStableJSArguments() argument 9062 IsStableJSArray(GateRef glue, GateRef obj) IsStableJSArray() argument [all...] |
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 446 struct bpf_object *obj; member 518 struct bpf_object *obj; member 790 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, const char *name, size_t sec_idx, const char *sec_name, size_t sec_off, void *insn_data, size_t insn_data_sz) bpf_object__init_prog() argument 851 bpf_object__add_programs(struct bpf_object *obj, Elf_Data *sec_data, const char *sec_name, int sec_idx) bpf_object__add_programs() argument 1165 bpf_object__init_kern_struct_ops_maps(struct bpf_object *obj) bpf_object__init_kern_struct_ops_maps() argument 1186 init_struct_ops_maps(struct bpf_object *obj, const char *sec_name, int shndx, Elf_Data *data, __u32 map_flags) init_struct_ops_maps() argument 1281 bpf_object_init_struct_ops(struct bpf_object *obj) bpf_object_init_struct_ops() argument 1299 struct bpf_object *obj; bpf_object__new() local 1339 bpf_object__elf_finish(struct bpf_object *obj) bpf_object__elf_finish() argument 1366 bpf_object__elf_init(struct bpf_object *obj) global() argument 1473 bpf_object__check_endianness(struct bpf_object *obj) global() argument 1489 bpf_object__init_license(struct bpf_object *obj, void *data, size_t size) global() argument 1504 bpf_object__init_kversion(struct bpf_object *obj, void *data, size_t size) global() argument 1526 find_elf_sec_sz(const struct bpf_object *obj, const char *name, __u32 *size) global() argument 1551 find_elf_var_sym(const struct bpf_object *obj, const char *name) global() argument 1579 bpf_object__add_map(struct bpf_object *obj) global() argument 1628 internal_map_name(struct bpf_object *obj, const char *real_name) global() argument 1694 map_is_mmapable(struct bpf_object *obj, struct bpf_map *map) global() argument 1721 bpf_object__init_internal_map(struct bpf_object *obj, enum libbpf_map_type type, const char *real_name, int sec_idx, void *data, size_t data_sz) global() argument 1781 bpf_object__init_global_data_maps(struct bpf_object *obj) global() argument 1843 find_extern_by_name(const struct bpf_object *obj, const void *name) global() argument 2005 bpf_object__process_kconfig_line(struct bpf_object *obj, char *buf, void *data) global() argument 2069 bpf_object__read_kconfig_file(struct bpf_object *obj, void *data) global() argument 2107 bpf_object__read_kconfig_mem(struct bpf_object *obj, const char *config, void *data) global() argument 2134 bpf_object__init_kconfig_map(struct bpf_object *obj) global() argument 2612 bpf_object__init_user_btf_map(struct bpf_object *obj, const struct btf_type *sec, int var_idx, int sec_idx, const Elf_Data *data, bool strict, const char *pin_root_path) global() argument 2712 bpf_object__init_user_btf_maps(struct bpf_object *obj, bool strict, const char *pin_root_path) global() argument 2771 bpf_object__init_maps(struct bpf_object *obj, const struct bpf_object_open_opts *opts) global() argument 2789 section_have_execinstr(struct bpf_object *obj, int idx) global() argument 2804 btf_needs_sanitization(struct bpf_object *obj) global() argument 2818 bpf_object__sanitize_btf(struct bpf_object *obj, struct btf *btf) global() argument 2918 libbpf_needs_btf(const struct bpf_object *obj) global() argument 2926 kernel_needs_btf(const struct bpf_object *obj) global() argument 2931 bpf_object__init_btf(struct bpf_object *obj, Elf_Data *btf_data, Elf_Data *btf_ext_data) global() argument 3033 btf_fixup_datasec(struct bpf_object *obj, struct btf *btf, struct btf_type *t) global() argument 3126 bpf_object_fixup_btf(struct bpf_object *obj) global() argument 3167 obj_needs_vmlinux_btf(const struct bpf_object *obj) global() argument 3197 bpf_object__load_vmlinux_btf(struct bpf_object *obj, bool force) global() argument 3218 bpf_object__sanitize_and_load_btf(struct bpf_object *obj) global() argument 3403 elf_sym_str(const struct bpf_object *obj, size_t off) global() argument 3420 elf_sec_str(const struct bpf_object *obj, size_t off) global() argument 3439 elf_sec_by_idx(const struct bpf_object *obj, size_t idx) global() argument 3452 elf_sec_by_name(const struct bpf_object *obj, const char *name) global() argument 3471 elf_sec_hdr(const struct bpf_object *obj, Elf_Scn *scn) global() argument 3488 elf_sec_name(const struct bpf_object *obj, Elf_Scn *scn) global() argument 3510 elf_sec_hdr_by_idx(const struct bpf_object *obj, size_t idx, Elf64_Shdr *sheader) global() argument 3528 elf_sec_name_by_idx(const struct bpf_object *obj, size_t idx) global() argument 3547 elf_sec_data(const struct bpf_object *obj, Elf_Scn *scn) global() argument 3565 elf_sec_data_by_name(const struct bpf_object *obj, const char *name, Elf_Data *data) global() argument 3575 elf_sec_data_by_idx(const struct bpf_object *obj, size_t idx, Elf_Data *data) global() argument 3586 elf_sym_by_idx(const struct bpf_object *obj, size_t idx) global() argument 3654 bpf_object__elf_collect(struct bpf_object *obj) global() argument 4147 bpf_object__collect_externs(struct bpf_object *obj) global() argument 4375 prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog) global() argument 4381 bpf_object__find_program_by_name(const struct bpf_object *obj, const char *name) global() argument 4395 bpf_object__shndx_is_data(const struct bpf_object *obj, int shndx) global() argument 4408 bpf_object__shndx_is_maps(const struct bpf_object *obj, int shndx) global() argument 4415 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx) global() argument 4439 struct bpf_object *obj = prog->obj; global() local 4598 find_prog_by_sec_insn(const struct bpf_object *obj, size_t sec_idx, size_t insn_idx) global() argument 4627 bpf_object__collect_prog_relos(struct bpf_object *obj, Elf64_Shdr *shdr, Elf_Data *data) global() argument 4740 map_fill_btf_type_info(struct bpf_object *obj, struct bpf_map *map) global() argument 4910 bpf_object__probe_loading(struct bpf_object *obj) global() argument 5376 kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) global() argument 5467 bpf_object__populate_internal_map(struct bpf_object *obj, struct bpf_map *map) global() argument 5505 bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map, bool is_inner) global() argument 5609 init_map_in_map_slots(struct bpf_object *obj, struct bpf_map *map) global() argument 5645 init_prog_array_slots(struct bpf_object *obj, struct bpf_map *map) global() argument 5678 bpf_object_init_prog_arrays(struct bpf_object *obj) global() argument 5717 bpf_object__create_maps(struct bpf_object *obj) global() argument 5910 load_module_btfs(struct bpf_object *obj) global() argument 6007 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) global() argument 6186 bpf_object__relocate_core(struct bpf_object *obj, const char *targ_btf_path) global() argument 6366 bpf_object__relocate_data(struct bpf_object *obj, struct bpf_program *prog) global() argument 6461 adjust_prog_btf_ext_info(const struct bpf_object *obj, const struct bpf_program *prog, const struct btf_ext_info *ext_info, void **prog_info, __u32 *prog_rec_cnt, __u32 *prog_rec_sz) global() argument 6530 reloc_prog_func_and_line_info(const struct bpf_object *obj, struct bpf_program *main_prog, const struct bpf_program *prog) global() argument 6649 bpf_object__append_subprog_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *subprog) global() argument 6681 bpf_object__reloc_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *prog) global() argument 6871 bpf_object__relocate_calls(struct bpf_object *obj, struct bpf_program *prog) global() argument 6895 bpf_object__free_relocs(struct bpf_object *obj) global() argument 6923 bpf_object__sort_relos(struct bpf_object *obj) global() argument 6938 bpf_object__relocate(struct bpf_object *obj, const char *targ_btf_path) global() argument 7037 bpf_object__collect_map_relos(struct bpf_object *obj, Elf64_Shdr *shdr, Elf_Data *data) global() argument 7174 bpf_object__collect_relos(struct bpf_object *obj) global() argument 7228 bpf_object__sanitize_prog(struct bpf_object *obj, struct bpf_program *prog) global() argument 7328 bpf_object_load_prog(struct bpf_object *obj, struct bpf_program *prog, struct bpf_insn *insns, int insns_cnt, const char *license, __u32 kern_version, int *prog_fd) global() argument 7598 struct bpf_object *obj = prog->obj; global() local 7631 struct bpf_object *obj = prog->obj; global() local 7704 struct bpf_object *obj = prog->obj; global() local 7746 bpf_object__load_progs(struct bpf_object *obj, int log_level) global() argument 7786 bpf_object_init_progs(struct bpf_object *obj, const struct bpf_object_open_opts *opts) global() argument 7823 struct bpf_object *obj; global() local 7936 bpf_object_unload(struct bpf_object *obj) global() argument 7955 bpf_object__sanitize_maps(struct bpf_object *obj) global() argument 8006 struct bpf_object *obj = ctx; global() local 8031 bpf_object__read_kallsyms_file(struct bpf_object *obj) global() argument 8036 find_ksym_btf_id(struct bpf_object *obj, const char *ksym_name, __u16 kind, struct btf **res_btf, struct module_btf **res_mod_btf) global() argument 8070 bpf_object__resolve_ksym_var_btf_id(struct bpf_object *obj, struct extern_desc *ext) global() argument 8123 bpf_object__resolve_ksym_func_btf_id(struct bpf_object *obj, struct extern_desc *ext) global() argument 8195 bpf_object__resolve_ksyms_btf_id(struct bpf_object *obj) global() argument 8223 bpf_object__resolve_externs(struct bpf_object *obj, const char *extra_kconfig) global() argument 8353 bpf_object_prepare_struct_ops(struct bpf_object *obj) global() argument 8364 bpf_object_load(struct bpf_object *obj, int extra_log_level, const char *target_btf_path) global() argument 8433 bpf_object__load(struct bpf_object *obj) global() argument 8675 bpf_object__pin_maps(struct bpf_object *obj, const char *path) global() argument 8723 bpf_object__unpin_maps(struct bpf_object *obj, const char *path) global() argument 8753 bpf_object__pin_programs(struct bpf_object *obj, const char *path) global() argument 8790 bpf_object__unpin_programs(struct bpf_object *obj, const char *path) global() argument 8813 bpf_object__pin(struct bpf_object *obj, const char *path) global() argument 8830 bpf_object__unpin(struct bpf_object *obj, const char *path) global() argument 8878 bpf_object__close(struct bpf_object *obj) global() argument 8919 bpf_object__name(const struct bpf_object *obj) global() argument 8924 bpf_object__kversion(const struct bpf_object *obj) global() argument 8929 bpf_object__btf(const struct bpf_object *obj) global() argument 8934 bpf_object__btf_fd(const struct bpf_object *obj) global() argument 8939 bpf_object__set_kversion(struct bpf_object *obj, __u32 kern_version) global() argument 8949 bpf_object__gen_loader(struct bpf_object *obj, struct gen_loader_opts *opts) global() argument 8966 __bpf_program__iter(const struct bpf_program *p, const struct bpf_object *obj, bool forward) global() argument 8992 bpf_object__next_program(const struct bpf_object *obj, struct bpf_program *prev) global() argument 9004 bpf_object__prev_program(const struct bpf_object *obj, struct bpf_program *next) global() argument 9560 find_struct_ops_map_by_offset(struct bpf_object *obj, int sec_idx, size_t offset) global() argument 9581 bpf_object__collect_st_ops_relos(struct bpf_object *obj, Elf64_Shdr *shdr, Elf_Data *data) global() argument 9811 find_kernel_btf_id(struct bpf_object *obj, const char *attach_name, enum bpf_attach_type attach_type, int *btf_obj_fd, int *btf_type_id) global() argument 10186 __bpf_map__iter(const struct bpf_map *m, const struct bpf_object *obj, int i) global() argument 10210 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) global() argument 10219 bpf_object__prev_map(const struct bpf_object *obj, const struct bpf_map *next) global() argument 10231 bpf_object__find_map_by_name(const struct bpf_object *obj, const char *name) global() argument 10258 bpf_object__find_map_fd_by_name(const struct bpf_object *obj, const char *name) global() argument 12050 struct bpf_object *obj = prog->obj; global() local 13466 populate_skeleton_maps(const struct bpf_object *obj, struct bpf_map_skeleton *maps, size_t map_cnt) global() argument 13490 populate_skeleton_progs(const struct bpf_object *obj, struct bpf_prog_skeleton *progs, size_t prog_cnt) global() argument 13515 struct bpf_object *obj; global() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context.cpp | 1157 gl::LabeledObject *obj = getLabeledObject(type, object); in labelObject() local
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_raii.hpp | 24 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange() argument
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api.cc | 813 i::Address* GlobalizeTracedReference(i::Isolate* isolate, i::Address* obj, in GlobalizeTracedReference() argument 848 i::Address* GlobalizeReference(i::Isolate* isolate, i::Address* obj) { in GlobalizeReference() argument 1299 i::Handle<i::FunctionTemplateInfo> obj = global() local 1418 i::Handle<i::CallHandlerInfo> obj = isolate->factory()->NewCallHandlerInfo( SetCallHandler() local 1460 i::Handle<i::AccessorInfo> obj = isolate->factory()->NewAccessorInfo(); MakeAccessorInfo() local 1573 i::Handle<i::ObjectTemplateInfo> obj = ObjectTemplateNew() local 1597 i::Object obj = Utils::OpenHandle(object_template)->constructor(); EnsureConstructor() local 1765 auto obj = i::Handle<i::InterceptorInfo>::cast(isolate->factory()->NewStruct( CreateInterceptorInfo() local 1833 auto obj = ObjectTemplateSetNamedPropertyHandler() local 1928 auto obj = CreateIndexedInterceptorInfo( SetHandler() local 1942 i::Handle<i::CallHandlerInfo> obj = isolate->factory()->NewCallHandlerInfo(); SetCallAsFunctionHandler() local 2038 i::Handle<i::SharedFunctionInfo> obj = GetLineNumber() local 2052 i::Handle<i::SharedFunctionInfo> obj = GetScriptName() local 2066 i::Handle<i::SharedFunctionInfo> obj = GetSourceURL() local 2080 i::Handle<i::SharedFunctionInfo> obj = GetSourceMappingURL() local 2167 i::Handle<i::ScriptOrModule> obj = Utils::OpenHandle(this); GetResourceName() local 2179 i::Handle<i::ScriptOrModule> obj = Utils::OpenHandle(this); HostDefinedOptions() local 2188 i::Handle<i::JSFunction> obj = Utils::OpenHandle(this); GetUnboundScript() local 2245 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 2918 auto obj = i::Handle<i::JSObject>::cast(i_exception); StackTrace() local 3586 i::Object obj = *Utils::OpenHandle(this); IsArrayBuffer() local 3615 i::Object obj = *Utils::OpenHandle(this); IsSharedArrayBuffer() local 3658 i::Object obj = *Utils::OpenHandle(this); IsExternal() local 3663 i::Object obj = *Utils::OpenHandle(this); IsInt32() local 3672 i::Handle<i::Object> obj = Utils::OpenHandle(this); IsUint32() local 3687 i::Handle<i::Object> obj = Utils::OpenHandle(this); IsRegExp() local 3692 i::Object obj = *Utils::OpenHandle(this); IsAsyncFunction() local 3699 i::Object obj = *Utils::OpenHandle(this); IsGeneratorFunction() local 3725 auto obj = Utils::OpenHandle(this); ToString() local 3736 i::Handle<i::Object> obj = Utils::OpenHandle(this); ToDetailString() local 3746 auto obj = Utils::OpenHandle(this); ToObject() local 3757 i::Handle<i::Object> obj = Utils::OpenHandle(this); ToBigInt() local 3780 auto obj = Utils::OpenHandle(this); ToNumber() local 3791 auto obj = Utils::OpenHandle(this); ToInteger() local 3802 auto obj = Utils::OpenHandle(this); ToInt32() local 3813 auto obj = Utils::OpenHandle(this); ToUint32() local 3829 IsolateFromNeverReadOnlySpaceObject(i::Address obj) IsolateFromNeverReadOnlySpaceObject() argument 3862 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3868 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3874 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3880 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3885 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3890 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3895 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3902 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3908 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3914 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3919 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3925 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3946 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3952 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3957 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 3962 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4062 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4069 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4077 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4096 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4102 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4109 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4114 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4120 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4126 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4132 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4138 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4144 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 4150 auto obj = Utils::OpenHandle(this); NumberValue() local 4162 auto obj = Utils::OpenHandle(this); IntegerValue() local 4176 auto obj = Utils::OpenHandle(this); Int32Value() local 4189 auto obj = Utils::OpenHandle(this); Uint32Value() local 4578 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(this); GetOwnPropertyDescriptor() local 5214 i::Object obj = NewInstanceWithSideEffectType() local 5229 i::Object obj = NewInstanceWithSideEffectType() local 5892 i::Handle<i::Object> obj = Utils::OpenHandle(this); Value() local 5897 i::Handle<i::Object> obj = Utils::OpenHandle(this); Value() local 5902 i::Object obj = *Utils::OpenHandle(this); Value() local 5911 i::Object obj = *Utils::OpenHandle(this); Value() local 5920 i::Object obj = *Utils::OpenHandle(this); Value() local 5943 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(this); SlowGetInternalField() local 5953 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(receiver); SetInternalFieldImpl() local 5979 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(this); SlowGetAlignedPointerFromInternalField() local 5990 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(this); SetAlignedPointerInInternalField() local 6014 i::Handle<i::JSReceiver> obj = Utils::OpenHandle(this); SetAlignedPointerInInternalFields() local 6685 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 6691 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 6697 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 6703 i::Handle<i::Object> obj = Utils::OpenHandle(that); CheckCast() local 6747 auto obj = Utils::OpenHandle(*value); HasInstance() local 6964 i::String obj = *Utils::OpenHandle(this); MakeExternal() local 6991 i::String obj = *Utils::OpenHandle(this); MakeExternal() local 7014 i::String obj = *Utils::OpenHandle(this); CanMakeExternal() local 7043 i::Handle<i::JSObject> obj = New() local 7130 i::Handle<i::JSObject> obj = New() local 7139 i::Handle<i::JSObject> obj = New() local 7151 i::Handle<i::Object> obj = New() local 7157 i::Handle<i::Object> obj = Utils::OpenHandle(this); ValueOf() local 7169 i::Handle<i::Object> obj = New() local 7175 i::Handle<i::Object> obj = Utils::OpenHandle(this); ValueOf() local 7192 i::Handle<i::Object> obj = New() local 7198 i::Object obj = *Utils::OpenHandle(this); ValueOf() local 7211 i::Handle<i::Object> obj = New() local 7217 i::Handle<i::Object> obj = Utils::OpenHandle(this); ValueOf() local 7230 i::Handle<i::Object> obj = New() local 7237 i::Handle<i::Object> obj = Utils::OpenHandle(this); ValueOf() local 7261 i::Handle<i::Object> obj = Utils::OpenHandle(this); ValueOf() local 7309 i::Handle<i::JSRegExp> obj = Utils::OpenHandle(this); GetSource() local 7329 i::Handle<i::JSRegExp> obj = Utils::OpenHandle(this); GetFlags() local 7359 i::Handle<i::JSArray> obj = i_isolate->factory()->NewJSArray(real_length); New() local 7385 i::Handle<i::JSArray> obj = Utils::OpenHandle(this); Length() local 7398 i::Handle<i::JSMap> obj = i_isolate->factory()->NewJSMap(); New() local 7403 i::Handle<i::JSMap> obj = Utils::OpenHandle(this); Size() local 7519 i::Handle<i::JSMap> obj = Utils::OpenHandle(this); AsArray() local 7531 i::Handle<i::JSSet> obj = i_isolate->factory()->NewJSSet(); New() local 7536 i::Handle<i::JSSet> obj = Utils::OpenHandle(this); Size() local 7622 i::Handle<i::JSSet> obj = Utils::OpenHandle(this); AsArray() local 7832 i::Handle<i::WasmMemoryObject> obj = Utils::OpenHandle(this); Buffer() local 7842 auto obj = i::Handle<i::WasmModuleObject>::cast(Utils::OpenHandle(this)); GetCompiledModule() local 7951 i::Handle<i::JSArrayBuffer> obj = Utils::OpenHandle(this); Detach() local 7961 i::Handle<i::JSArrayBuffer> obj = Utils::OpenHandle(this); ByteLength() local 7995 i::Handle<i::JSArrayBuffer> obj = New() local 8029 i::Handle<i::JSArrayBufferView> obj = Utils::OpenHandle(this); Buffer() local 8072 i::Handle<i::JSArrayBufferView> obj = Utils::OpenHandle(this); ByteOffset() local 8077 i::Handle<i::JSArrayBufferView> obj = Utils::OpenHandle(this); ByteLength() local 8082 i::Handle<i::JSTypedArray> obj = Utils::OpenHandle(this); Length() local 8138 i::Handle<i::JSDataView> obj = New() local 8150 i::Handle<i::JSDataView> obj = New() local 8156 i::Handle<i::JSArrayBuffer> obj = Utils::OpenHandle(this); ByteLength() local 8177 i::Handle<i::JSArrayBuffer> obj = New() local 8194 i::Handle<i::JSArrayBuffer> obj = New() local 9631 Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj) Utf8Value() argument 9648 Value(v8::Isolate* isolate, v8::Local<v8::Value> obj) Value() argument 9694 i::Handle<i::Object> obj = Utils::OpenHandle(*exception); CreateMessage() local 9703 i::Handle<i::Object> obj = Utils::OpenHandle(*exception); GetStackTrace() local 10233 i::Handle<i::Object> obj = Utils::OpenHandle(*value); GetObjectId() local 10242 i::Handle<i::Object> obj = FindObjectById() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.h | 3667 const void *obj; member 4639 R CallMethod0(C *obj) { in CallMethod0() argument 4644 R CallMethod1(C *obj, P1 arg1) { in CallMethod1() argument 4649 R CallMethod2(C *obj, P1 arg1, P2 arg2) { in CallMethod2() argument 4654 R CallMethod3(C *obj, P argument 4660 CallMethod4(C *obj, P1 arg1, P2 arg2, P3 arg3, P4 arg4) CallMethod4() argument [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_raii.hpp | 21 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |