Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 159) sorted by relevance

1234567

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DKDFParameters.java12 byte[] shared; field in KDFParameters
15 byte[] shared, in KDFParameters()
/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c156 VbSharedDataHeader *shared = in VbUserConfirms() local
230 VbSharedDataHeader *shared = in VbBootDeveloper() local
452 VbSharedDataHeader *shared = in VbBootRecovery() local
635 VbSharedDataHeader *shared = in VbEcSoftwareSync() local
970 VbSharedDataHeader *shared = in VbSelectAndLoadKernel() local
Dvboot_api_firmware.c23 VbSharedDataHeader *shared = in VbSelectFirmware() local
Dvboot_api_init.c22 VbSharedDataHeader *shared = in VbInit() local
/external/v8/test/unittests/compiler/
Djs-create-lowering-unittest.cc46 Node* FrameState(Handle<SharedFunctionInfo> shared, Node* outer_frame_state) { in FrameState()
87 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() local
105 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() local
123 Handle<SharedFunctionInfo> shared(isolate()->object_function()->shared()); in TEST_F() local
142 Handle<SharedFunctionInfo> shared(isolate()->number_function()->shared()); in TEST_F() local
/external/v8/src/
Dcompiler.cc375 bool IsEvalToplevel(Handle<SharedFunctionInfo> shared) { in IsEvalToplevel()
388 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local
511 Handle<SharedFunctionInfo> shared) { in InstallSharedScopeInfo()
518 Handle<SharedFunctionInfo> shared) { in InstallSharedCompilationResult()
541 Handle<SharedFunctionInfo> shared = info->shared_info(); in GetUnoptimizedCode() local
561 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local
587 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local
601 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local
625 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan()
732 Handle<SharedFunctionInfo> shared(function->shared(), isolate); in GetOptimizedCode() local
[all …]
Dcode-events.h134 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent()
138 SharedFunctionInfo* shared, Name* source, int line, in CodeCreateEvent()
166 void CodeDisableOptEvent(AbstractCode* code, SharedFunctionInfo* shared) { in CodeDisableOptEvent()
Druntime-profiler.cc133 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local
163 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeFullCodegen() local
259 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeIgnition() local
Dcodegen.cc164 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
193 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
Dperf-jit.h46 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
Dlog.cc39 static const char* ComputeMarker(SharedFunctionInfo* shared, in ComputeMarker()
171 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent()
180 SharedFunctionInfo* shared, Name* source, in CodeCreateEvent()
221 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
290 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
428 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
450 SharedFunctionInfo* shared, const char* name, in LogRecordedBuffer()
1128 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent()
1157 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent()
1190 SharedFunctionInfo* shared) { in CodeDisableOptEvent()
[all …]
/external/valgrind/helgrind/tests/
Dhg04_race.c6 static int shared; variable
Dhg06_readshared.c6 static int shared; variable
Dhg01_all_ok.c8 static int shared = 0; variable
Dhg03_inherit.c11 static volatile int shared[2]; variable
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c99 __DRIcontext *shared, in driCreateContextAttribs()
191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI()
201 __DRIcontext *shared, void *data) in driCreateNewContext()
Ddri_util.c163 __DRIcontext *shared, in dri2CreateContextAttribs()
301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI()
311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
/external/v8/src/debug/
Ddebug.cc589 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local
769 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
804 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local
903 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local
1026 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
1098 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1245 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions()
1298 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints()
1313 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local
1403 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate()
[all …]
/external/webrtc/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java41 public boolean shared; field in GameComponent
/external/v8/src/profiler/
Dprofiler-listener.cc63 SharedFunctionInfo* shared, in CodeCreateEvent()
81 SharedFunctionInfo* shared, in CodeCreateEvent()
156 SharedFunctionInfo* shared) { in CodeDisableOptEvent()
296 SharedFunctionInfo* shared = SharedFunctionInfo::cast( in RecordDeoptInlinedFrames() local
/external/v8/src/runtime/
Druntime-liveedit.cc37 SharedFunctionInfo* shared = SharedFunctionInfo::cast(heap_obj); in RUNTIME_FUNCTION() local
45 Handle<SharedFunctionInfo> shared = found[i]; in RUNTIME_FUNCTION() local
/external/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/external/v8/src/compiler/
Djs-call-reducer.cc143 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local
147 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local
230 Handle<SharedFunctionInfo> shared(function->shared(), isolate()); in ReduceJSCallFunction() local
/external/vboot_reference/tests/
Dverify_kernel.c21 static VbSharedDataHeader *shared = (VbSharedDataHeader *)shared_data; variable

1234567